public class SearchResultsNotification
extends java.lang.Object
| Constructor and Description |
|---|
SearchResultsNotification() |
| Modifier and Type | Method and Description |
|---|---|
SearchId |
getId() |
boolean |
getIsLast() |
SearchResult |
getResults() |
void |
setId(SearchId id) |
void |
setIsLast(boolean isLast) |
void |
setResults(SearchResult results) |
public SearchId getId()
public void setId(SearchId id)
public SearchResult getResults()
public void setResults(SearchResult results)
public boolean getIsLast()
public void setIsLast(boolean isLast)