public class OrderLogisticsInfo extends AlipayObject
Constructor and Description |
---|
OrderLogisticsInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Gets address.
|
String |
getContactName()
Gets contact name.
|
OrderLogisticsExtInfo |
getExtInfo()
Gets ext info.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getMerchantBindMobile()
Gets merchant bind mobile.
|
String |
getMobile()
Gets mobile.
|
void |
setAddress(String address)
Sets address.
|
void |
setContactName(String contactName)
Sets contact name.
|
void |
setExtInfo(OrderLogisticsExtInfo extInfo)
Sets ext info.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setMerchantBindMobile(String merchantBindMobile)
Sets merchant bind mobile.
|
void |
setMobile(String mobile)
Sets mobile.
|
public String getAddress()
public void setAddress(String address)
address
- the addresspublic String getContactName()
public void setContactName(String contactName)
contactName
- the contact namepublic OrderLogisticsExtInfo getExtInfo()
public void setExtInfo(OrderLogisticsExtInfo extInfo)
extInfo
- the ext infopublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getMerchantBindMobile()
public void setMerchantBindMobile(String merchantBindMobile)
merchantBindMobile
- the merchant bind mobilepublic String getMobile()
public void setMobile(String mobile)
mobile
- the mobileCopyright © 2018. All rights reserved.