Package com.netflix.conductor.common.run
Class SearchResult<T>
java.lang.Object
com.netflix.conductor.common.run.SearchResult<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetResults(List<T> results) voidsetTotalHits(long totalHits)
-
Constructor Details
-
SearchResult
public SearchResult() -
SearchResult
-
-
Method Details
-
getTotalHits
public long getTotalHits()- Returns:
- the totalHits
-
getResults
- Returns:
- the results
-
setTotalHits
public void setTotalHits(long totalHits) - Parameters:
totalHits- the totalHits to set
-
setResults
- Parameters:
results- the results to set
-