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