public class SearchResult
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SearchResult.ERRORNO
检索结果状态定义
|
| Modifier and Type | Field and Description |
|---|---|
static |
CREATOR |
SearchResult.ERRORNO |
error
检索结果状态码, 各状态值见
SearchResult.ERRORNO |
| 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.ERRORNOpublic static finalCREATOR
public SearchResult()
public SearchResult(SearchResult.ERRORNO errorno)
protected SearchResult(Parcel in)