public class QueryResponse<T> extends Object
Constructor and Description |
---|
QueryResponse()
Default constructor
|
QueryResponse(int totalSize,
boolean done)
Create a response with it's size and done set
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<T> |
getRecords()
Get the individual records
|
int |
getTotalSize()
The number of records
|
int |
hashCode() |
boolean |
isDone()
Did the query finish
|
String |
toString() |
public QueryResponse()
public QueryResponse(int totalSize, boolean done)
totalSize
- the number of recordsdone
- is the query doneCopyright © 2016–2019. All rights reserved.