public class AlipayEcoMycarFuellingShopQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEcoMycarFuellingShopQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getCityCode()
Gets city code.
|
String |
getDistrictCode()
Gets district code.
|
String |
getLat()
Gets lat.
|
String |
getLon()
Gets lon.
|
String |
getOutShopId()
Gets out shop id.
|
String |
getPayUrl()
Gets pay url.
|
String |
getPoiId()
Gets poi id.
|
List<Product> |
getProduct()
Gets product.
|
String |
getProvinceCode()
Gets province code.
|
List<Sale> |
getSale()
Gets sale.
|
String |
getShopId()
Gets shop id.
|
String |
getShopName()
Gets shop name.
|
String |
getShopStatus()
Gets shop status.
|
void |
setAddress(String address)
Sets address.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setDistrictCode(String districtCode)
Sets district code.
|
void |
setLat(String lat)
Sets lat.
|
void |
setLon(String lon)
Sets lon.
|
void |
setOutShopId(String outShopId)
Sets out shop id.
|
void |
setPayUrl(String payUrl)
Sets pay url.
|
void |
setPoiId(String poiId)
Sets poi id.
|
void |
setProduct(List<Product> product)
Sets product.
|
void |
setProvinceCode(String provinceCode)
Sets province code.
|
void |
setSale(List<Sale> sale)
Sets sale.
|
void |
setShopId(String shopId)
Sets shop id.
|
void |
setShopName(String shopName)
Sets shop name.
|
void |
setShopStatus(String shopStatus)
Sets shop status.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipayEcoMycarFuellingShopQueryResponse()
public void setAddress(String address)
address
- the addresspublic String getAddress()
public void setCityCode(String cityCode)
cityCode
- the city codepublic String getCityCode()
public void setDistrictCode(String districtCode)
districtCode
- the district codepublic String getDistrictCode()
public void setLat(String lat)
lat
- the latpublic String getLat()
public void setLon(String lon)
lon
- the lonpublic String getLon()
public void setOutShopId(String outShopId)
outShopId
- the out shop idpublic String getOutShopId()
public void setPayUrl(String payUrl)
payUrl
- the pay urlpublic String getPayUrl()
public void setPoiId(String poiId)
poiId
- the poi idpublic String getPoiId()
public void setProduct(List<Product> product)
product
- the productpublic void setProvinceCode(String provinceCode)
provinceCode
- the province codepublic String getProvinceCode()
public void setShopId(String shopId)
shopId
- the shop idpublic String getShopId()
public void setShopName(String shopName)
shopName
- the shop namepublic String getShopName()
public void setShopStatus(String shopStatus)
shopStatus
- the shop statuspublic String getShopStatus()
Copyright © 2018. All rights reserved.