T
- the type of each individual result.public interface QueryResultData<T extends QueryResult>
Modifier and Type | Method and Description |
---|---|
int |
getHits()
Returns the hits count.
|
Optional<List<T>> |
getQueryResults()
Returns the query results.
|
void |
setHits(int hits)
Sets the hits count.
|
void |
setQueryResults(List<T> results)
Sets the query results.
|
Copyright (c) 2014-2021 All Rights Reserved by the RWS Group for and on behalf of its affiliates and subsidiaries