public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMatch(SearchResultItem item) |
String |
getLastKey() |
List<SearchResultItem> |
getMatches() |
void |
normalize() |
void |
setLastKey(String lastKey) |
void |
setMatches(List<SearchResultItem> matches) |
public void normalize()
public void addMatch(SearchResultItem item)
public List<SearchResultItem> getMatches()
public void setMatches(List<SearchResultItem> matches)
public String getLastKey()
public void setLastKey(String lastKey)
Copyright © 2017. All rights reserved.