public class ElasticsearchQueryResult<T> extends Object
Constructor and Description |
---|
ElasticsearchQueryResult(List<T> elements,
int totalCount) |
Modifier and Type | Method and Description |
---|---|
List<T> |
getElements() |
long |
getTotalCount() |
void |
setElements(List<T> elements) |
void |
setTotalCount(int totalCount) |