public class SuggestionResult extends SearchResult
| Modifier and Type | Class and Description |
|---|---|
static class |
SuggestionResult.SuggestionInfo
suggestion信息类
|
SearchResult.ERRORNO| Modifier and Type | Field and Description |
|---|---|
static |
CREATOR |
error| Modifier | Constructor and Description |
|---|---|
|
SuggestionResult() |
protected |
SuggestionResult(Parcel source) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
java.util.List<SuggestionResult.SuggestionInfo> |
getAllSuggestions() |
void |
writeToParcel(Parcel dest,
int flags) |
public SuggestionResult()
protected SuggestionResult(Parcel source)
public java.util.List<SuggestionResult.SuggestionInfo> getAllSuggestions()
public int describeContents()
describeContents in class SearchResultpublic void writeToParcel(Parcel dest,
int flags)
writeToParcel in class SearchResult