@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class BatchDto extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_BATCH_JOB_DEFINITION_ID |
static String |
SERIALIZED_NAME_BATCH_JOBS_PER_SEED |
static String |
SERIALIZED_NAME_CREATE_USER_ID |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOB |
static String |
SERIALIZED_NAME_JOBS_CREATED |
static String |
SERIALIZED_NAME_MONITOR_JOB_DEFINITION_ID |
static String |
SERIALIZED_NAME_SEED_JOB_DEFINITION_ID |
static String |
SERIALIZED_NAME_SUSPENDED |
static String |
SERIALIZED_NAME_TENANT_ID |
static String |
SERIALIZED_NAME_TOTAL_JOBS |
static String |
SERIALIZED_NAME_TYPE |
Constructor and Description |
---|
BatchDto() |
Modifier and Type | Method and Description |
---|---|
BatchDto |
batchJobDefinitionId(String batchJobDefinitionId) |
BatchDto |
batchJobsPerSeed(Integer batchJobsPerSeed) |
BatchDto |
createUserId(String createUserId) |
boolean |
equals(Object o) |
String |
getBatchJobDefinitionId()
The job definition id for the batch execution jobs of this batch.
|
Integer |
getBatchJobsPerSeed()
The number of batch execution jobs created per seed job invocation.
|
String |
getCreateUserId()
The id of the user that created the batch.
|
String |
getId()
The id of the batch.
|
Integer |
getInvocationsPerBatchJob()
Every batch execution job invokes the command executed by the batch `invocationsPerBatchJob` times.
|
Integer |
getJobsCreated()
The number of batch execution jobs already created by the seed job.
|
String |
getMonitorJobDefinitionId()
The job definition id for the monitor jobs of this batch.
|
String |
getSeedJobDefinitionId()
The job definition id for the seed jobs of this batch.
|
Boolean |
getSuspended()
Indicates whether this batch is suspended or not.
|
String |
getTenantId()
The tenant id of the batch.
|
Integer |
getTotalJobs()
The total jobs of a batch is the number of batch execution jobs required to complete the batch.
|
String |
getType()
The type of the batch.
|
int |
hashCode() |
BatchDto |
id(String id) |
BatchDto |
invocationsPerBatchJob(Integer invocationsPerBatchJob) |
BatchDto |
jobsCreated(Integer jobsCreated) |
BatchDto |
monitorJobDefinitionId(String monitorJobDefinitionId) |
BatchDto |
seedJobDefinitionId(String seedJobDefinitionId) |
void |
setBatchJobDefinitionId(String batchJobDefinitionId) |
void |
setBatchJobsPerSeed(Integer batchJobsPerSeed) |
void |
setCreateUserId(String createUserId) |
void |
setId(String id) |
void |
setInvocationsPerBatchJob(Integer invocationsPerBatchJob) |
void |
setJobsCreated(Integer jobsCreated) |
void |
setMonitorJobDefinitionId(String monitorJobDefinitionId) |
void |
setSeedJobDefinitionId(String seedJobDefinitionId) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
void |
setTotalJobs(Integer totalJobs) |
void |
setType(String type) |
BatchDto |
suspended(Boolean suspended) |
BatchDto |
tenantId(String tenantId) |
String |
toString() |
BatchDto |
totalJobs(Integer totalJobs) |
BatchDto |
type(String type) |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TOTAL_JOBS
public static final String SERIALIZED_NAME_JOBS_CREATED
public static final String SERIALIZED_NAME_BATCH_JOBS_PER_SEED
public static final String SERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOB
public static final String SERIALIZED_NAME_SEED_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_MONITOR_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_BATCH_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_CREATE_USER_ID
public void setId(String id)
@Nullable public String getType()
public void setType(String type)
@Nullable public Integer getTotalJobs()
public void setTotalJobs(Integer totalJobs)
@Nullable public Integer getJobsCreated()
public void setJobsCreated(Integer jobsCreated)
@Nullable public Integer getBatchJobsPerSeed()
public void setBatchJobsPerSeed(Integer batchJobsPerSeed)
@Nullable public Integer getInvocationsPerBatchJob()
public void setInvocationsPerBatchJob(Integer invocationsPerBatchJob)
@Nullable public String getSeedJobDefinitionId()
public void setSeedJobDefinitionId(String seedJobDefinitionId)
@Nullable public String getMonitorJobDefinitionId()
public void setMonitorJobDefinitionId(String monitorJobDefinitionId)
@Nullable public String getBatchJobDefinitionId()
public void setBatchJobDefinitionId(String batchJobDefinitionId)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public void setTenantId(String tenantId)
@Nullable public String getCreateUserId()
public void setCreateUserId(String createUserId)
Copyright © 2022. All rights reserved.