public class BusinessRelationShopDetailInfo extends AlipayObject
| 构造器和说明 |
|---|
BusinessRelationShopDetailInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BusinessRelationShopAddresss> |
getBusinessAddress() |
String |
getCertImage() |
String |
getCertName() |
String |
getCertNo() |
String |
getCertType() |
String |
getContactMobile() |
String |
getContactPhone() |
BusinessRelationExtInfo |
getExtInfos() |
List<String> |
getOutDoorImages() |
String |
getRealShopId() |
String |
getRealShopLogo() |
String |
getRealShopNo() |
String |
getShopCategory() |
String |
getShopName() |
void |
setBusinessAddress(List<BusinessRelationShopAddresss> businessAddress) |
void |
setCertImage(String certImage) |
void |
setCertName(String certName) |
void |
setCertNo(String certNo) |
void |
setCertType(String certType) |
void |
setContactMobile(String contactMobile) |
void |
setContactPhone(String contactPhone) |
void |
setExtInfos(BusinessRelationExtInfo extInfos) |
void |
setOutDoorImages(List<String> outDoorImages) |
void |
setRealShopId(String realShopId) |
void |
setRealShopLogo(String realShopLogo) |
void |
setRealShopNo(String realShopNo) |
void |
setShopCategory(String shopCategory) |
void |
setShopName(String shopName) |
public List<BusinessRelationShopAddresss> getBusinessAddress()
public void setBusinessAddress(List<BusinessRelationShopAddresss> businessAddress)
public String getCertImage()
public void setCertImage(String certImage)
public String getCertName()
public void setCertName(String certName)
public String getCertNo()
public void setCertNo(String certNo)
public String getCertType()
public void setCertType(String certType)
public String getContactMobile()
public void setContactMobile(String contactMobile)
public String getContactPhone()
public void setContactPhone(String contactPhone)
public BusinessRelationExtInfo getExtInfos()
public void setExtInfos(BusinessRelationExtInfo extInfos)
public String getRealShopId()
public void setRealShopId(String realShopId)
public String getRealShopLogo()
public void setRealShopLogo(String realShopLogo)
public String getRealShopNo()
public void setRealShopNo(String realShopNo)
public String getShopCategory()
public void setShopCategory(String shopCategory)
public String getShopName()
public void setShopName(String shopName)
Copyright © 2023. All rights reserved.