public class QueryResult<T> extends Object
| Constructor and Description |
|---|
QueryResult() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNextRecordsUrl() |
List<T> |
getRecords() |
int |
getTotalSize() |
boolean |
isDone() |
void |
setDone(boolean done) |
void |
setNextRecordsUrl(String nextRecordsUrl) |
void |
setRecords(List<T> records) |
void |
setTotalSize(int totalSize) |
public int getTotalSize()
public void setTotalSize(int totalSize)
public boolean isDone()
public void setDone(boolean done)
public String getNextRecordsUrl()
public void setNextRecordsUrl(String nextRecordsUrl)
Copyright © 2016. All rights reserved.