public class Poi extends Object
| 构造器和说明 |
|---|
Poi() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAddress()
Getter method for property address.
|
String |
getCityCode()
Getter method for property cityCode.
|
String |
getPoiName()
Getter method for property poiName.
|
String |
getShopId()
Getter method for property shopId.
|
void |
setAddress(String address)
Setter method for property address.
|
void |
setCityCode(String cityCode)
Setter method for property cityCode.
|
void |
setPoiName(String poiName)
Setter method for property poiName.
|
void |
setShopId(String shopId)
Setter method for property shopId.
|
public String getPoiName()
public void setPoiName(String poiName)
poiName - value to be assigned to property poiNamepublic String getShopId()
public void setShopId(String shopId)
shopId - value to be assigned to property shopIdpublic String getAddress()
public void setAddress(String address)
address - value to be assigned to property addresspublic String getCityCode()
public void setCityCode(String cityCode)
cityCode - value to be assigned to property cityCodeCopyright © 2025. All rights reserved.