public class QueryJobs extends AbstractBulkDTO
| Constructor and Description |
|---|
QueryJobs() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getDone() |
String |
getNextRecordsUrl() |
List<QueryJob> |
getRecords() |
void |
setDone(Boolean done) |
void |
setNextRecordsUrl(String nextRecordsUrl) |
void |
setRecords(List<QueryJob> records) |
toStringApache Camel