public class SearchResult
extends java.lang.Object
限定符和类型 | 类和说明 |
---|---|
static class |
SearchResult.ERRORNO
检索结果状态定义
|
限定符和类型 | 字段和说明 |
---|---|
static <any> |
CREATOR |
SearchResult.ERRORNO |
error
检索结果错误码, 各错误值见
SearchResult.ERRORNO |
int |
status
检索结果状态码,各状态值请见
{@link http://lbsyun.baidu.com/index.php?
|
限定符 | 构造器和说明 |
---|---|
|
SearchResult() |
protected |
SearchResult(Parcel in) |
|
SearchResult(SearchResult.ERRORNO errorno) |
限定符和类型 | 方法和说明 |
---|---|
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)