public class AlipayMobilePublicGisGetResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayMobilePublicGisGetResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccuracy() |
String |
getCity() |
String |
getCode()
Getter method for property code.
|
String |
getLatitude() |
String |
getLongitude() |
String |
getMsg() |
String |
getProvince() |
void |
setAccuracy(String accuracy) |
void |
setCity(String city) |
void |
setCode(String code)
Setter method for property code.
|
void |
setLatitude(String latitude) |
void |
setLongitude(String longitude) |
void |
setMsg(String msg) |
void |
setProvince(String province) |
getBody, getErrorCode, getParams, getSubCode, getSubMsg, isSuccess, setBody, setErrorCode, setParams, setSubCode, setSubMsgpublic void setAccuracy(String accuracy)
public String getAccuracy()
public void setCity(String city)
public String getCity()
public void setCode(String code)
AlipayResponsesetCode 在类中 AlipayResponsecode - value to be assigned to property codepublic String getCode()
AlipayResponsegetCode 在类中 AlipayResponsepublic void setLatitude(String latitude)
public String getLatitude()
public void setLongitude(String longitude)
public String getLongitude()
public void setMsg(String msg)
setMsg 在类中 AlipayResponsepublic String getMsg()
getMsg 在类中 AlipayResponsepublic void setProvince(String province)
public String getProvince()
Copyright © 2020. All rights reserved.