public class ContentPoiData extends AlipayObject
Constructor and Description |
---|
ContentPoiData() |
Modifier and Type | Method and Description |
---|---|
String |
getLatitude()
Gets latitude.
|
String |
getLongitude()
Gets longitude.
|
String |
getPoiName()
Gets poi name.
|
void |
setLatitude(String latitude)
Sets latitude.
|
void |
setLongitude(String longitude)
Sets longitude.
|
void |
setPoiName(String poiName)
Sets poi name.
|
public String getLatitude()
public void setLatitude(String latitude)
latitude
- the latitudepublic String getLongitude()
public void setLongitude(String longitude)
longitude
- the longitudepublic String getPoiName()
public void setPoiName(String poiName)
poiName
- the poi nameCopyright © 2018. All rights reserved.