public class AlipayMobilePublicGisGetResponse extends AlipayResponse
Constructor and Description |
---|
AlipayMobilePublicGisGetResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAccuracy()
Gets accuracy.
|
String |
getCity()
Gets city.
|
String |
getCode()
Getter method for property code.
|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getMsg()
Gets msg.
|
String |
getProvince()
Gets province.
|
void |
setAccuracy(String accuracy)
Sets accuracy.
|
void |
setCity(String city)
Sets city.
|
void |
setCode(String code)
Setter method for property code.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setMsg(String msg)
Sets msg.
|
void |
setProvince(String province)
Sets province.
|
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsg
public void setAccuracy(String accuracy)
accuracy
- the accuracypublic String getAccuracy()
public void setCity(String city)
city
- the citypublic String getCity()
public void setCode(String code)
AlipayResponse
setCode
in class AlipayResponse
code
- value to be assigned to property codepublic String getCode()
AlipayResponse
getCode
in class AlipayResponse
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLatitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getLongitude()
public void setMsg(String msg)
AlipayResponse
setMsg
in class AlipayResponse
msg
- the msgpublic String getMsg()
AlipayResponse
getMsg
in class AlipayResponse
public void setProvince(String province)
province
- the provincepublic String getProvince()
Copyright © 2018. All rights reserved.