public class AoiResult extends SearchResult
SearchResult.ERRORNO| Modifier and Type | Field and Description |
|---|---|
static <any> |
CREATOR |
customExtra, error, status| Modifier | Constructor and Description |
|---|---|
|
AoiResult() |
protected |
AoiResult(Parcel in) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.util.List<AoiInfo> |
getAoiList()
获取Aoi检索信息列表
|
void |
setAoiList(java.util.List<AoiInfo> aoiList)
设置Aoi检索信息列表
|
java.lang.String |
toString() |
void |
writeToParcel(Parcel dest,
int flags) |
getCustomExtra, setCustomExtrapublic void setAoiList(java.util.List<AoiInfo> aoiList)
aoiList - Aoi检索信息列表public java.util.List<AoiInfo> getAoiList()
public void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SearchResultpublic int describeContents()
describeContents in class SearchResultpublic java.lang.String toString()
toString in class java.lang.Object