Package org.openapitools.client.model
Class BatchDto
- java.lang.Object
-
- org.openapitools.client.model.BatchDto
-
public class BatchDto extends Object
BatchDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_BATCH_JOB_DEFINITION_IDstatic StringSERIALIZED_NAME_BATCH_JOBS_PER_SEEDstatic StringSERIALIZED_NAME_CREATE_USER_IDstatic StringSERIALIZED_NAME_EXECUTION_START_TIMEstatic StringSERIALIZED_NAME_IDstatic StringSERIALIZED_NAME_INVOCATIONS_PER_BATCH_JOBstatic StringSERIALIZED_NAME_JOBS_CREATEDstatic StringSERIALIZED_NAME_MONITOR_JOB_DEFINITION_IDstatic 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 BatchDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchDtobatchJobDefinitionId(String batchJobDefinitionId)BatchDtobatchJobsPerSeed(Integer batchJobsPerSeed)BatchDtocreateUserId(String createUserId)booleanequals(Object o)BatchDtoexecutionStartTime(Date executionStartTime)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.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.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.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()BatchDtoid(String id)BatchDtoinvocationsPerBatchJob(Integer invocationsPerBatchJob)BatchDtojobsCreated(Integer jobsCreated)BatchDtomonitorJobDefinitionId(String monitorJobDefinitionId)BatchDtoseedJobDefinitionId(String seedJobDefinitionId)voidsetBatchJobDefinitionId(String batchJobDefinitionId)voidsetBatchJobsPerSeed(Integer batchJobsPerSeed)voidsetCreateUserId(String createUserId)voidsetExecutionStartTime(Date executionStartTime)voidsetId(String id)voidsetInvocationsPerBatchJob(Integer invocationsPerBatchJob)voidsetJobsCreated(Integer jobsCreated)voidsetMonitorJobDefinitionId(String monitorJobDefinitionId)voidsetSeedJobDefinitionId(String seedJobDefinitionId)voidsetStartTime(Date startTime)voidsetSuspended(Boolean suspended)voidsetTenantId(String tenantId)voidsetTotalJobs(Integer totalJobs)voidsetType(String type)BatchDtostartTime(Date startTime)BatchDtosuspended(Boolean suspended)BatchDtotenantId(String tenantId)StringtoString()BatchDtototalJobs(Integer totalJobs)BatchDtotype(String type)
-
-
-
Field Detail
-
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
-
getId
public String getId()
The id of the batch.- Returns:
- id
-
setId
public void setId(String id)
-
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)
-
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)
-
getJobsCreated
public Integer getJobsCreated()
The number of batch execution jobs already created by the seed job.- Returns:
- jobsCreated
-
setJobsCreated
public void setJobsCreated(Integer jobsCreated)
-
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)
-
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)
-
getSeedJobDefinitionId
public String getSeedJobDefinitionId()
The job definition id for the seed jobs of this batch.- Returns:
- seedJobDefinitionId
-
setSeedJobDefinitionId
public void setSeedJobDefinitionId(String seedJobDefinitionId)
-
getMonitorJobDefinitionId
public String getMonitorJobDefinitionId()
The job definition id for the monitor jobs of this batch.- Returns:
- monitorJobDefinitionId
-
setMonitorJobDefinitionId
public void setMonitorJobDefinitionId(String monitorJobDefinitionId)
-
getBatchJobDefinitionId
public String getBatchJobDefinitionId()
The job definition id for the batch execution jobs of this batch.- Returns:
- batchJobDefinitionId
-
setBatchJobDefinitionId
public void setBatchJobDefinitionId(String batchJobDefinitionId)
-
getSuspended
public Boolean getSuspended()
Indicates whether this batch is suspended or not.- Returns:
- suspended
-
setSuspended
public void setSuspended(Boolean suspended)
-
getTenantId
public String getTenantId()
The tenant id of the batch.- Returns:
- tenantId
-
setTenantId
public void setTenantId(String tenantId)
-
getCreateUserId
public String getCreateUserId()
The id of the user that created the batch.- Returns:
- createUserId
-
setCreateUserId
public void setCreateUserId(String createUserId)
-
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)
-
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)
-
-