public class AoiResult extends SearchResult
SearchResult.ERRORNO| 限定符和类型 | 字段和说明 |
|---|---|
static <any> |
CREATOR |
error, status| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 SearchResultpublic int describeContents()
describeContents 在类中 SearchResultpublic java.lang.String toString()
toString 在类中 java.lang.Object