public class InsAddressee extends AlipayObject
| Constructor and Description |
|---|
InsAddressee() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress()
Gets address.
|
String |
getAddressCode()
Gets address code.
|
String |
getArea()
Gets area.
|
String |
getCity()
Gets city.
|
String |
getEmail()
Gets email.
|
String |
getMobile()
Gets mobile.
|
String |
getName()
Gets name.
|
String |
getPhone()
Gets phone.
|
String |
getProvince()
Gets province.
|
String |
getZip()
Gets zip.
|
void |
setAddress(String address)
Sets address.
|
void |
setAddressCode(String addressCode)
Sets address code.
|
void |
setArea(String area)
Sets area.
|
void |
setCity(String city)
Sets city.
|
void |
setEmail(String email)
Sets email.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setName(String name)
Sets name.
|
void |
setPhone(String phone)
Sets phone.
|
void |
setProvince(String province)
Sets province.
|
void |
setZip(String zip)
Sets zip.
|
public String getAddress()
public void setAddress(String address)
address - the addresspublic String getAddressCode()
public void setAddressCode(String addressCode)
addressCode - the address codepublic String getArea()
public void setArea(String area)
area - the areapublic String getCity()
public void setCity(String city)
city - the citypublic String getEmail()
public void setEmail(String email)
email - the emailpublic String getMobile()
public void setMobile(String mobile)
mobile - the mobilepublic String getName()
public void setName(String name)
name - the namepublic String getPhone()
public void setPhone(String phone)
phone - the phonepublic String getProvince()
public void setProvince(String province)
province - the provincepublic String getZip()
public void setZip(String zip)
zip - the zipCopyright © 2018. All rights reserved.