public class SmartAddressInfo extends AlipayObject
Constructor and Description |
---|
SmartAddressInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getAreaCode()
Gets area code.
|
Long |
getCityCode()
Gets city code.
|
String |
getMachineAddress()
Gets machine address.
|
Long |
getProvinceCode()
Gets province code.
|
void |
setAreaCode(Long areaCode)
Sets area code.
|
void |
setCityCode(Long cityCode)
Sets city code.
|
void |
setMachineAddress(String machineAddress)
Sets machine address.
|
void |
setProvinceCode(Long provinceCode)
Sets province code.
|
public Long getAreaCode()
public void setAreaCode(Long areaCode)
areaCode
- the area codepublic Long getCityCode()
public void setCityCode(Long cityCode)
cityCode
- the city codepublic String getMachineAddress()
public void setMachineAddress(String machineAddress)
machineAddress
- the machine addresspublic Long getProvinceCode()
public void setProvinceCode(Long provinceCode)
provinceCode
- the province codeCopyright © 2018. All rights reserved.