| Constructor and Description |
|---|
ResultList() |
| Modifier and Type | Method and Description |
|---|---|
List<Result> |
getResults()
Get the result list.
|
Integer |
getTotalcount()
Get the number of results.
|
void |
setResults(List<Result> results)
Set the result list.
|
void |
setTotalcount(Integer totalcount)
Set the number of results.
|
public final void setResults(List<Result> results)
results - the list of resultspublic final Integer getTotalcount()
public final void setTotalcount(Integer totalcount)
totalcount - the number of resultsCopyright © 2022 Samply Community. All rights reserved.