public class AlipayOverseasTravelRateQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayOverseasTravelRateQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets country code.
|
String |
getCurrency()
Gets currency.
|
String |
getExtendParam()
Gets extend param.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getUserId()
Gets user id.
|
void |
setCountryCode(String countryCode)
Sets country code.
|
void |
setCurrency(String currency)
Sets currency.
|
void |
setExtendParam(String extendParam)
Sets extend param.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setUserId(String userId)
Sets user id.
|
public String getCountryCode()
public void setCountryCode(String countryCode)
countryCode
- the country codepublic String getCurrency()
public void setCurrency(String currency)
currency
- the currencypublic String getExtendParam()
public void setExtendParam(String extendParam)
extendParam
- the extend parampublic String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.