public class AlipayOpenInstantdeliveryMerchantshopQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayOpenInstantdeliveryMerchantshopQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getContactName() |
String |
getDetailAddress() |
String |
getEnterpriseCity() |
String |
getEnterpriseDistrict() |
String |
getEnterpriseProvince() |
String |
getLatitude() |
List<LogisticsShopStatusDTO> |
getLogisticsShopStatus() |
String |
getLongitude() |
String |
getPhone() |
String |
getPoiid() |
String |
getShopCategory() |
String |
getShopName() |
String |
getShopNo() |
void |
setContactName(String contactName) |
void |
setDetailAddress(String detailAddress) |
void |
setEnterpriseCity(String enterpriseCity) |
void |
setEnterpriseDistrict(String enterpriseDistrict) |
void |
setEnterpriseProvince(String enterpriseProvince) |
void |
setLatitude(String latitude) |
void |
setLogisticsShopStatus(List<LogisticsShopStatusDTO> logisticsShopStatus) |
void |
setLongitude(String longitude) |
void |
setPhone(String phone) |
void |
setPoiid(String poiid) |
void |
setShopCategory(String shopCategory) |
void |
setShopName(String shopName) |
void |
setShopNo(String shopNo) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic AlipayOpenInstantdeliveryMerchantshopQueryResponse()
public void setContactName(String contactName)
public String getContactName()
public void setDetailAddress(String detailAddress)
public String getDetailAddress()
public void setEnterpriseCity(String enterpriseCity)
public String getEnterpriseCity()
public void setEnterpriseDistrict(String enterpriseDistrict)
public String getEnterpriseDistrict()
public void setEnterpriseProvince(String enterpriseProvince)
public String getEnterpriseProvince()
public void setLatitude(String latitude)
public String getLatitude()
public void setLogisticsShopStatus(List<LogisticsShopStatusDTO> logisticsShopStatus)
public List<LogisticsShopStatusDTO> getLogisticsShopStatus()
public void setLongitude(String longitude)
public String getLongitude()
public void setPhone(String phone)
public String getPhone()
public void setPoiid(String poiid)
public String getPoiid()
public void setShopCategory(String shopCategory)
public String getShopCategory()
public void setShopName(String shopName)
public String getShopName()
public void setShopNo(String shopNo)
public String getShopNo()
Copyright © 2023. All rights reserved.