public class BatchDto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
batchJobDefinitionId |
protected int |
batchJobsPerSeed |
protected String |
createUserId |
protected String |
id |
protected int |
invocationsPerBatchJob |
protected int |
jobsCreated |
protected String |
monitorJobDefinitionId |
protected String |
seedJobDefinitionId |
protected boolean |
suspended |
protected String |
tenantId |
protected int |
totalJobs |
protected String |
type |
Constructor and Description |
---|
BatchDto() |
Modifier and Type | Method and Description |
---|---|
static BatchDto |
fromBatch(Batch batch) |
String |
getBatchJobDefinitionId() |
int |
getBatchJobsPerSeed() |
String |
getCreateUserId() |
String |
getId() |
int |
getInvocationsPerBatchJob() |
int |
getJobsCreated() |
String |
getMonitorJobDefinitionId() |
String |
getSeedJobDefinitionId() |
String |
getTenantId() |
int |
getTotalJobs() |
String |
getType() |
boolean |
isSuspended() |
protected String id
protected String type
protected int totalJobs
protected int jobsCreated
protected int batchJobsPerSeed
protected int invocationsPerBatchJob
protected String seedJobDefinitionId
protected String monitorJobDefinitionId
protected String batchJobDefinitionId
protected boolean suspended
protected String tenantId
protected String createUserId
public String getId()
public String getType()
public int getTotalJobs()
public int getJobsCreated()
public int getBatchJobsPerSeed()
public int getInvocationsPerBatchJob()
public String getSeedJobDefinitionId()
public String getMonitorJobDefinitionId()
public String getBatchJobDefinitionId()
public boolean isSuspended()
public String getTenantId()
public String getCreateUserId()
Copyright © 2022. All rights reserved.