public class Poi extends Object implements Serializable
| 构造器和说明 |
|---|
Poi() |
| 限定符和类型 | 方法和说明 |
|---|---|
AreaInfo |
getAd_info() |
String |
getAddress() |
String |
getBoundary() |
String |
getCategory() |
Double |
getDistance() |
String |
getId() |
Location |
getLocation() |
String |
getTel() |
String |
getTitle() |
String |
getType() |
void |
setAd_info(AreaInfo ad_info) |
void |
setAddress(String address) |
void |
setBoundary(String boundary) |
void |
setCategory(String category) |
void |
setDistance(Double distance) |
void |
setId(String id) |
void |
setLocation(Location location) |
void |
setTel(String tel) |
void |
setTitle(String title) |
void |
setType(String type) |
String |
toString() |
public String getId()
public void setId(String id)
public String getTitle()
public void setTitle(String title)
public String getAddress()
public void setAddress(String address)
public String getTel()
public void setTel(String tel)
public String getCategory()
public void setCategory(String category)
public String getType()
public void setType(String type)
public String getBoundary()
public void setBoundary(String boundary)
public Location getLocation()
public void setLocation(Location location)
public Double getDistance()
public void setDistance(Double distance)
public AreaInfo getAd_info()
public void setAd_info(AreaInfo ad_info)
Copyright © 2021. All rights reserved.