@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-09-29T11:12:16.359+02:00[Europe/Berlin]") public class BatchStatisticsDto 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_COMPLETED_JOBS |
static String |
SERIALIZED_NAME_CREATE_USER_ID |
static String |
SERIALIZED_NAME_FAILED_JOBS |
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_REMAINING_JOBS |
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 |
---|
BatchStatisticsDto() |
Modifier and Type | Method and Description |
---|---|
BatchStatisticsDto |
batchJobDefinitionId(String batchJobDefinitionId) |
BatchStatisticsDto |
batchJobsPerSeed(Integer batchJobsPerSeed) |
BatchStatisticsDto |
completedJobs(Integer completedJobs) |
BatchStatisticsDto |
createUserId(String createUserId) |
boolean |
equals(Object o) |
BatchStatisticsDto |
failedJobs(Integer failedJobs) |
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.
|
Integer |
getCompletedJobs()
The number of completed batch execution jobs.
|
String |
getCreateUserId()
The id of the user that created the batch.
|
Integer |
getFailedJobs()
The number of failed batch execution jobs.
|
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.
|
Integer |
getRemainingJobs()
The number of remaining batch execution jobs.
|
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() |
BatchStatisticsDto |
id(String id) |
BatchStatisticsDto |
invocationsPerBatchJob(Integer invocationsPerBatchJob) |
BatchStatisticsDto |
jobsCreated(Integer jobsCreated) |
BatchStatisticsDto |
monitorJobDefinitionId(String monitorJobDefinitionId) |
BatchStatisticsDto |
remainingJobs(Integer remainingJobs) |
BatchStatisticsDto |
seedJobDefinitionId(String seedJobDefinitionId) |
void |
setBatchJobDefinitionId(String batchJobDefinitionId) |
void |
setBatchJobsPerSeed(Integer batchJobsPerSeed) |
void |
setCompletedJobs(Integer completedJobs) |
void |
setCreateUserId(String createUserId) |
void |
setFailedJobs(Integer failedJobs) |
void |
setId(String id) |
void |
setInvocationsPerBatchJob(Integer invocationsPerBatchJob) |
void |
setJobsCreated(Integer jobsCreated) |
void |
setMonitorJobDefinitionId(String monitorJobDefinitionId) |
void |
setRemainingJobs(Integer remainingJobs) |
void |
setSeedJobDefinitionId(String seedJobDefinitionId) |
void |
setSuspended(Boolean suspended) |
void |
setTenantId(String tenantId) |
void |
setTotalJobs(Integer totalJobs) |
void |
setType(String type) |
BatchStatisticsDto |
suspended(Boolean suspended) |
BatchStatisticsDto |
tenantId(String tenantId) |
String |
toString() |
BatchStatisticsDto |
totalJobs(Integer totalJobs) |
BatchStatisticsDto |
type(String type) |
public static final String SERIALIZED_NAME_REMAINING_JOBS
public static final String SERIALIZED_NAME_COMPLETED_JOBS
public static final String SERIALIZED_NAME_FAILED_JOBS
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 BatchStatisticsDto remainingJobs(Integer remainingJobs)
@Nullable public Integer getRemainingJobs()
public void setRemainingJobs(Integer remainingJobs)
public BatchStatisticsDto completedJobs(Integer completedJobs)
@Nullable public Integer getCompletedJobs()
public void setCompletedJobs(Integer completedJobs)
public BatchStatisticsDto failedJobs(Integer failedJobs)
@Nullable public Integer getFailedJobs()
public void setFailedJobs(Integer failedJobs)
public BatchStatisticsDto id(String id)
public void setId(String id)
public BatchStatisticsDto type(String type)
@Nullable public String getType()
public void setType(String type)
public BatchStatisticsDto totalJobs(Integer totalJobs)
@Nullable public Integer getTotalJobs()
public void setTotalJobs(Integer totalJobs)
public BatchStatisticsDto jobsCreated(Integer jobsCreated)
@Nullable public Integer getJobsCreated()
public void setJobsCreated(Integer jobsCreated)
public BatchStatisticsDto batchJobsPerSeed(Integer batchJobsPerSeed)
@Nullable public Integer getBatchJobsPerSeed()
public void setBatchJobsPerSeed(Integer batchJobsPerSeed)
public BatchStatisticsDto invocationsPerBatchJob(Integer invocationsPerBatchJob)
@Nullable public Integer getInvocationsPerBatchJob()
public void setInvocationsPerBatchJob(Integer invocationsPerBatchJob)
public BatchStatisticsDto seedJobDefinitionId(String seedJobDefinitionId)
@Nullable public String getSeedJobDefinitionId()
public void setSeedJobDefinitionId(String seedJobDefinitionId)
public BatchStatisticsDto monitorJobDefinitionId(String monitorJobDefinitionId)
@Nullable public String getMonitorJobDefinitionId()
public void setMonitorJobDefinitionId(String monitorJobDefinitionId)
public BatchStatisticsDto batchJobDefinitionId(String batchJobDefinitionId)
@Nullable public String getBatchJobDefinitionId()
public void setBatchJobDefinitionId(String batchJobDefinitionId)
public BatchStatisticsDto suspended(Boolean suspended)
@Nullable public Boolean getSuspended()
public void setSuspended(Boolean suspended)
public BatchStatisticsDto tenantId(String tenantId)
public void setTenantId(String tenantId)
public BatchStatisticsDto createUserId(String createUserId)
@Nullable public String getCreateUserId()
public void setCreateUserId(String createUserId)
Copyright © 2022. All rights reserved.