public class SearchResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
SearchResult.ERRORNO
检索结果状态定义
|
Modifier and Type | Field and Description |
---|---|
static <any> |
CREATOR |
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() |
void |
writeToParcel(Parcel dest,
int flags) |
public SearchResult.ERRORNO error
SearchResult.ERRORNO
public int status
http://lbsyun.baidu.com/index.php?title=webapi/errorcode
public static final <any> CREATOR
public SearchResult()
public SearchResult(SearchResult.ERRORNO errorno)
protected SearchResult(Parcel in)