public class SearchResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResult.ERRORNO
检索结果状态定义
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
customExtra |
SearchResult.ERRORNO |
error
检索结果错误码, 各错误值见
SearchResult.ERRORNO |
int |
status
检索结果状态码,各状态值请见
http://lbsyun.baidu.com/index.php?title=webapi/errorcode |
| Modifier | Constructor and Description |
|---|---|
|
SearchResult() |
protected |
SearchResult(Parcel in) |
|
SearchResult(SearchResult.ERRORNO errorno) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.lang.String |
getCustomExtra()
获取透传字段
|
void |
setCustomExtra(java.lang.String customExtra) |
void |
writeToParcel(Parcel dest,
int flags) |
public SearchResult.ERRORNO error
SearchResult.ERRORNOpublic int status
http://lbsyun.baidu.com/index.php?title=webapi/errorcodeprotected java.lang.String customExtra
public SearchResult()
public SearchResult(SearchResult.ERRORNO errorno)
protected SearchResult(Parcel in)