Package org.openapitools.client.model
Class BatchStatisticsDto
- java.lang.Object
-
- org.openapitools.client.model.BatchStatisticsDto
-
public class BatchStatisticsDto extends Object
BatchStatisticsDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BATCH_JOB_DEFINITION_IDstatic StringSERIALIZED_NAME_BATCH_JOBS_PER_SEEDstatic StringSERIALIZED_NAME_COMPLETED_JOBSstatic StringSERIALIZED_NAME_CREATE_USER_IDstatic StringSERIALIZED_NAME_EXECUTION_START_TIMEstatic StringSERIALIZED_NAME_FAILED_JOBSstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOBstatic StringSERIALIZED_NAME_JOBS_CREATEDstatic StringSERIALIZED_NAME_MONITOR_JOB_DEFINITION_IDstatic StringSERIALIZED_NAME_REMAINING_JOBSstatic StringSERIALIZED_NAME_SEED_JOB_DEFINITION_IDstatic StringSERIALIZED_NAME_START_TIMEstatic StringSERIALIZED_NAME_SUSPENDEDstatic StringSERIALIZED_NAME_TENANT_IDstatic StringSERIALIZED_NAME_TOTAL_JOBSstatic StringSERIALIZED_NAME_TYPE
-
Constructor Summary
Constructors Constructor Description BatchStatisticsDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchStatisticsDtobatchJobDefinitionId(String batchJobDefinitionId)BatchStatisticsDtobatchJobsPerSeed(Integer batchJobsPerSeed)BatchStatisticsDtocompletedJobs(Integer completedJobs)BatchStatisticsDtocreateUserId(String createUserId)booleanequals(Object o)BatchStatisticsDtoexecutionStartTime(Date executionStartTime)BatchStatisticsDtofailedJobs(Integer failedJobs)StringgetBatchJobDefinitionId()The job definition id for the batch execution jobs of this batch.IntegergetBatchJobsPerSeed()The number of batch execution jobs created per seed job invocation.IntegergetCompletedJobs()The number of completed batch execution jobs.StringgetCreateUserId()The id of the user that created the batch.DategetExecutionStartTime()The time the batch execution was started, i.e., at least one batch job has been executed.IntegergetFailedJobs()The number of failed batch execution jobs.StringgetId()The id of the batch.IntegergetInvocationsPerBatchJob()Every batch execution job invokes the command executed by the batch `invocationsPerBatchJob` times.IntegergetJobsCreated()The number of batch execution jobs already created by the seed job.StringgetMonitorJobDefinitionId()The job definition id for the monitor jobs of this batch.IntegergetRemainingJobs()The number of remaining batch execution jobs.StringgetSeedJobDefinitionId()The job definition id for the seed jobs of this batch.DategetStartTime()The time the batch was started.BooleangetSuspended()Indicates whether this batch is suspended or not.StringgetTenantId()The tenant id of the batch.IntegergetTotalJobs()The total jobs of a batch is the number of batch execution jobs required to complete the batch.StringgetType()The type of the batch.inthashCode()BatchStatisticsDtoid(String id)BatchStatisticsDtoinvocationsPerBatchJob(Integer invocationsPerBatchJob)BatchStatisticsDtojobsCreated(Integer jobsCreated)BatchStatisticsDtomonitorJobDefinitionId(String monitorJobDefinitionId)BatchStatisticsDtoremainingJobs(Integer remainingJobs)BatchStatisticsDtoseedJobDefinitionId(String seedJobDefinitionId)voidsetBatchJobDefinitionId(String batchJobDefinitionId)voidsetBatchJobsPerSeed(Integer batchJobsPerSeed)voidsetCompletedJobs(Integer completedJobs)voidsetCreateUserId(String createUserId)voidsetExecutionStartTime(Date executionStartTime)voidsetFailedJobs(Integer failedJobs)voidsetId(String id)voidsetInvocationsPerBatchJob(Integer invocationsPerBatchJob)voidsetJobsCreated(Integer jobsCreated)voidsetMonitorJobDefinitionId(String monitorJobDefinitionId)voidsetRemainingJobs(Integer remainingJobs)voidsetSeedJobDefinitionId(String seedJobDefinitionId)voidsetStartTime(Date startTime)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)voidsetTotalJobs(Integer totalJobs)voidsetType(String type)BatchStatisticsDtostartTime(Date startTime)BatchStatisticsDtosuspended(Boolean suspended)BatchStatisticsDtotenantId(String tenantId)StringtoString()BatchStatisticsDtototalJobs(Integer totalJobs)BatchStatisticsDtotype(String type)
-
-
-
Field Detail
-
SERIALIZED_NAME_REMAINING_JOBS
public static final String SERIALIZED_NAME_REMAINING_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMPLETED_JOBS
public static final String SERIALIZED_NAME_COMPLETED_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_FAILED_JOBS
public static final String SERIALIZED_NAME_FAILED_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TOTAL_JOBS
public static final String SERIALIZED_NAME_TOTAL_JOBS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JOBS_CREATED
public static final String SERIALIZED_NAME_JOBS_CREATED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BATCH_JOBS_PER_SEED
public static final String SERIALIZED_NAME_BATCH_JOBS_PER_SEED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOB
public static final String SERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOB
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SEED_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_SEED_JOB_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MONITOR_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_MONITOR_JOB_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_BATCH_JOB_DEFINITION_ID
public static final String SERIALIZED_NAME_BATCH_JOB_DEFINITION_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_SUSPENDED
public static final String SERIALIZED_NAME_SUSPENDED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TENANT_ID
public static final String SERIALIZED_NAME_TENANT_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CREATE_USER_ID
public static final String SERIALIZED_NAME_CREATE_USER_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_START_TIME
public static final String SERIALIZED_NAME_START_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EXECUTION_START_TIME
public static final String SERIALIZED_NAME_EXECUTION_START_TIME
- See Also:
- Constant Field Values
-
-
Method Detail
-
remainingJobs
public BatchStatisticsDto remainingJobs(Integer remainingJobs)
-
getRemainingJobs
public Integer getRemainingJobs()
The number of remaining batch execution jobs. This does include failed batch execution jobs and batch execution jobs which still have to be created by the seed job.- Returns:
- remainingJobs
-
setRemainingJobs
public void setRemainingJobs(Integer remainingJobs)
-
completedJobs
public BatchStatisticsDto completedJobs(Integer completedJobs)
-
getCompletedJobs
public Integer getCompletedJobs()
The number of completed batch execution jobs. This does include aborted/deleted batch execution jobs.- Returns:
- completedJobs
-
setCompletedJobs
public void setCompletedJobs(Integer completedJobs)
-
failedJobs
public BatchStatisticsDto failedJobs(Integer failedJobs)
-
getFailedJobs
public Integer getFailedJobs()
The number of failed batch execution jobs. This does not include aborted or deleted batch execution jobs.- Returns:
- failedJobs
-
setFailedJobs
public void setFailedJobs(Integer failedJobs)
-
id
public BatchStatisticsDto id(String id)
-
getId
public String getId()
The id of the batch.- Returns:
- id
-
setId
public void setId(String id)
-
type
public BatchStatisticsDto type(String type)
-
getType
public String getType()
The type of the batch. See the [User Guide](https://docs.camunda.org/manual/7.18/user-guide/process-engine/batch/#creating-a-batch) for more information about batch types.- Returns:
- type
-
setType
public void setType(String type)
-
totalJobs
public BatchStatisticsDto totalJobs(Integer totalJobs)
-
getTotalJobs
public Integer getTotalJobs()
The total jobs of a batch is the number of batch execution jobs required to complete the batch.- Returns:
- totalJobs
-
setTotalJobs
public void setTotalJobs(Integer totalJobs)
-
jobsCreated
public BatchStatisticsDto jobsCreated(Integer jobsCreated)
-
getJobsCreated
public Integer getJobsCreated()
The number of batch execution jobs already created by the seed job.- Returns:
- jobsCreated
-
setJobsCreated
public void setJobsCreated(Integer jobsCreated)
-
batchJobsPerSeed
public BatchStatisticsDto batchJobsPerSeed(Integer batchJobsPerSeed)
-
getBatchJobsPerSeed
public Integer getBatchJobsPerSeed()
The number of batch execution jobs created per seed job invocation. The batch seed job is invoked until it has created all batch execution jobs required by the batch (see `totalJobs` property).- Returns:
- batchJobsPerSeed
-
setBatchJobsPerSeed
public void setBatchJobsPerSeed(Integer batchJobsPerSeed)
-
invocationsPerBatchJob
public BatchStatisticsDto invocationsPerBatchJob(Integer invocationsPerBatchJob)
-
getInvocationsPerBatchJob
public Integer getInvocationsPerBatchJob()
Every batch execution job invokes the command executed by the batch `invocationsPerBatchJob` times. E.g., for a process instance migration batch this specifies the number of process instances which are migrated per batch execution job.- Returns:
- invocationsPerBatchJob
-
setInvocationsPerBatchJob
public void setInvocationsPerBatchJob(Integer invocationsPerBatchJob)
-
seedJobDefinitionId
public BatchStatisticsDto seedJobDefinitionId(String seedJobDefinitionId)
-
getSeedJobDefinitionId
public String getSeedJobDefinitionId()
The job definition id for the seed jobs of this batch.- Returns:
- seedJobDefinitionId
-
setSeedJobDefinitionId
public void setSeedJobDefinitionId(String seedJobDefinitionId)
-
monitorJobDefinitionId
public BatchStatisticsDto monitorJobDefinitionId(String monitorJobDefinitionId)
-
getMonitorJobDefinitionId
public String getMonitorJobDefinitionId()
The job definition id for the monitor jobs of this batch.- Returns:
- monitorJobDefinitionId
-
setMonitorJobDefinitionId
public void setMonitorJobDefinitionId(String monitorJobDefinitionId)
-
batchJobDefinitionId
public BatchStatisticsDto batchJobDefinitionId(String batchJobDefinitionId)
-
getBatchJobDefinitionId
public String getBatchJobDefinitionId()
The job definition id for the batch execution jobs of this batch.- Returns:
- batchJobDefinitionId
-
setBatchJobDefinitionId
public void setBatchJobDefinitionId(String batchJobDefinitionId)
-
suspended
public BatchStatisticsDto suspended(Boolean suspended)
-
getSuspended
public Boolean getSuspended()
Indicates whether this batch is suspended or not.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
tenantId
public BatchStatisticsDto tenantId(String tenantId)
-
getTenantId
public String getTenantId()
The tenant id of the batch.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
createUserId
public BatchStatisticsDto createUserId(String createUserId)
-
getCreateUserId
public String getCreateUserId()
The id of the user that created the batch.- Returns:
- createUserId
-
setCreateUserId
public void setCreateUserId(String createUserId)
-
startTime
public BatchStatisticsDto startTime(Date startTime)
-
getStartTime
public Date getStartTime()
The time the batch was started. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation] (https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/)- Returns:
- startTime
-
setStartTime
public void setStartTime(Date startTime)
-
executionStartTime
public BatchStatisticsDto executionStartTime(Date executionStartTime)
-
getExecutionStartTime
public Date getExecutionStartTime()
The time the batch execution was started, i.e., at least one batch job has been executed. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation] (https://docs.camunda.org/manual/7.18/reference/rest/overview/date-format/)- Returns:
- executionStartTime
-
setExecutionStartTime
public void setExecutionStartTime(Date executionStartTime)
-
-