public class SearchResult extends Object
| Constructor and Description |
|---|
SearchResult() |
| Modifier and Type | Method and Description |
|---|---|
List<SearchResultItem> |
getResults()
Gets the list of results from the search.
|
Integer |
getTotalCount()
Gets the total count of results.
|
void |
setResults(List<SearchResultItem> results)
Sets the results list of results.
|
void |
setTotalCount(Integer totalCount)
Sets the total count of results.
|
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
totalCount - the new total countpublic List<SearchResultItem> getResults()
public void setResults(List<SearchResultItem> results)
results - the new resultsCopyright © 2014–2017 Smartsheet. All rights reserved.