public class ReceiverInfoVO extends AlipayObject
| Constructor and Description |
|---|
ReceiverInfoVO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getArea()
Gets area.
|
String |
getCity()
Gets city.
|
String |
getDetailAddress()
Gets detail address.
|
String |
getMobile()
Gets mobile.
|
String |
getName()
Gets name.
|
String |
getProvince()
Gets province.
|
void |
setArea(String area)
Sets area.
|
void |
setCity(String city)
Sets city.
|
void |
setDetailAddress(String detailAddress)
Sets detail address.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setName(String name)
Sets name.
|
void |
setProvince(String province)
Sets province.
|
public String getArea()
public void setArea(String area)
area - the areapublic String getCity()
public void setCity(String city)
city - the citypublic String getDetailAddress()
public void setDetailAddress(String detailAddress)
detailAddress - the detail addresspublic String getMobile()
public void setMobile(String mobile)
mobile - the mobilepublic String getName()
public void setName(String name)
name - the namepublic String getProvince()
public void setProvince(String province)
province - the provinceCopyright © 2018. All rights reserved.