E
- public class QueryResult<E> extends Object
Constructor and Description |
---|
QueryResult(List<E> data,
long total)
Full constructor.
|
Modifier and Type | Method and Description |
---|---|
List<E> |
getData()
Part of the complete list of results corresponding to the paging criteria.
|
long |
getTotal()
Returns the total count of items in the result list.
|
public QueryResult(List<E> data, long total)
data
- total
- NullPointerException
- if data
is nullCopyright © 2007-2020 Whitestein Technologies. All Rights Reserved.