public class QueryResponse<T extends Persistable>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
QueryResponse.Build<T extends Persistable> |
| Constructor and Description |
|---|
QueryResponse() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCount() |
java.util.List<T> |
getData() |
T |
getTotal() |