public class AssetDeliveryAddress extends AlipayObject
Constructor and Description |
---|
AssetDeliveryAddress() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getCity()
Gets city.
|
String |
getContactName()
Gets contact name.
|
String |
getContactPhone()
Gets contact phone.
|
String |
getDistrict()
Gets district.
|
String |
getProvince()
Gets province.
|
String |
getWarehouseId()
Gets warehouse id.
|
String |
getWarehouseName()
Gets warehouse name.
|
String |
getZipCode()
Gets zip code.
|
void |
setAddress(String address)
Sets address.
|
void |
setCity(String city)
Sets city.
|
void |
setContactName(String contactName)
Sets contact name.
|
void |
setContactPhone(String contactPhone)
Sets contact phone.
|
void |
setDistrict(String district)
Sets district.
|
void |
setProvince(String province)
Sets province.
|
void |
setWarehouseId(String warehouseId)
Sets warehouse id.
|
void |
setWarehouseName(String warehouseName)
Sets warehouse name.
|
void |
setZipCode(String zipCode)
Sets zip code.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic String getCity()
public void setCity(String city)
city
- the citypublic String getContactName()
public void setContactName(String contactName)
contactName
- the contact namepublic String getContactPhone()
public void setContactPhone(String contactPhone)
contactPhone
- the contact phonepublic String getDistrict()
public void setDistrict(String district)
district
- the districtpublic String getProvince()
public void setProvince(String province)
province
- the provincepublic String getWarehouseId()
public void setWarehouseId(String warehouseId)
warehouseId
- the warehouse idpublic String getWarehouseName()
public void setWarehouseName(String warehouseName)
warehouseName
- the warehouse namepublic String getZipCode()
public void setZipCode(String zipCode)
zipCode
- the zip codeCopyright © 2018. All rights reserved.