public class AoiResult extends SearchResult
SearchResult.ERRORNO
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
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) |
public 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 SearchResult
public int describeContents()
describeContents
in class SearchResult
public java.lang.String toString()
toString
in class java.lang.Object