public class AddressInfo extends AlipayObject
Constructor and Description |
---|
AddressInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getCityCode()
Gets city code.
|
String |
getDistrictCode()
Gets district code.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getProvinceCode()
Gets province code.
|
String |
getType()
Gets type.
|
void |
setAddress(String address)
Sets address.
|
void |
setCityCode(String cityCode)
Sets city code.
|
void |
setDistrictCode(String districtCode)
Sets district code.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setProvinceCode(String provinceCode)
Sets province code.
|
void |
setType(String type)
Sets type.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic String getCityCode()
public void setCityCode(String cityCode)
cityCode
- the city codepublic String getDistrictCode()
public void setDistrictCode(String districtCode)
districtCode
- the district codepublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getProvinceCode()
public void setProvinceCode(String provinceCode)
provinceCode
- the province codepublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.