Class HistoricBatchDto
java.lang.Object
org.camunda.community.rest.client.dto.HistoricBatchDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class HistoricBatchDto
extends Object
HistoricBatchDto
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchJobDefinitionId(String batchJobDefinitionId) batchJobsPerSeed(Integer batchJobsPerSeed) createUserId(String createUserId) endTime(OffsetDateTime endTime) booleanexecutionStartTime(OffsetDateTime executionStartTime) The job definition id for the batch execution jobs of this batch.org.openapitools.jackson.nullable.JsonNullable<String>The number of batch execution jobs created per seed job invocation.org.openapitools.jackson.nullable.JsonNullable<Integer>The batch creator's user id.org.openapitools.jackson.nullable.JsonNullable<String>The time the batch ended.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The time the batch execution was started, i.e., at least one batch job has been executed.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>getId()The id of the batch.org.openapitools.jackson.nullable.JsonNullable<String>Every batch execution job invokes the command executed by the batch `invocationsPerBatchJob` times.org.openapitools.jackson.nullable.JsonNullable<Integer>The job definition id for the monitor jobs of this batch.org.openapitools.jackson.nullable.JsonNullable<String>The time after which the historic batch should be removed by the History Cleanup job.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The job definition id for the seed jobs of this batch.org.openapitools.jackson.nullable.JsonNullable<String>The time the batch was started.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The tenant id of the batch.org.openapitools.jackson.nullable.JsonNullable<String>The total jobs of a batch is the number of batch execution jobs required to complete the batch.org.openapitools.jackson.nullable.JsonNullable<Integer>getType()The type of the batch.org.openapitools.jackson.nullable.JsonNullable<String>inthashCode()invocationsPerBatchJob(Integer invocationsPerBatchJob) monitorJobDefinitionId(String monitorJobDefinitionId) removalTime(OffsetDateTime removalTime) seedJobDefinitionId(String seedJobDefinitionId) voidsetBatchJobDefinitionId(String batchJobDefinitionId) voidsetBatchJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchJobDefinitionId) voidsetBatchJobsPerSeed(Integer batchJobsPerSeed) voidsetBatchJobsPerSeed_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> batchJobsPerSeed) voidsetCreateUserId(String createUserId) voidsetCreateUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createUserId) voidsetEndTime(OffsetDateTime endTime) voidsetEndTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endTime) voidsetExecutionStartTime(OffsetDateTime executionStartTime) voidsetExecutionStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> executionStartTime) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetInvocationsPerBatchJob(Integer invocationsPerBatchJob) voidsetInvocationsPerBatchJob_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> invocationsPerBatchJob) voidsetMonitorJobDefinitionId(String monitorJobDefinitionId) voidsetMonitorJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> monitorJobDefinitionId) voidsetRemovalTime(OffsetDateTime removalTime) voidsetRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) voidsetSeedJobDefinitionId(String seedJobDefinitionId) voidsetSeedJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> seedJobDefinitionId) voidsetStartTime(OffsetDateTime startTime) voidsetStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startTime) voidsetTenantId(String tenantId) voidsetTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) voidsetTotalJobs(Integer totalJobs) voidsetTotalJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> totalJobs) voidvoidsetType_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> type) startTime(OffsetDateTime startTime) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_TOTAL_JOBS
- See Also:
-
JSON_PROPERTY_BATCH_JOBS_PER_SEED
- See Also:
-
JSON_PROPERTY_INVOCATIONS_PER_BATCH_JOB
- See Also:
-
JSON_PROPERTY_SEED_JOB_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_MONITOR_JOB_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_BATCH_JOB_DEFINITION_ID
- See Also:
-
JSON_PROPERTY_TENANT_ID
- See Also:
-
JSON_PROPERTY_CREATE_USER_ID
- See Also:
-
JSON_PROPERTY_START_TIME
- See Also:
-
JSON_PROPERTY_EXECUTION_START_TIME
- See Also:
-
JSON_PROPERTY_END_TIME
- See Also:
-
JSON_PROPERTY_REMOVAL_TIME
- See Also:
-
-
Constructor Details
-
HistoricBatchDto
public HistoricBatchDto()
-
-
Method Details
-
id
-
getId
The id of the batch.- Returns:
- id
-
getId_JsonNullable
-
setId_JsonNullable
-
setId
-
type
-
getType
The type of the batch. See the [User Guide](https://docs.camunda.org/manual/7.21/user-guide/process-engine/batch/#creating-a-batch) for more information about batch types.- Returns:
- type
-
getType_JsonNullable
-
setType_JsonNullable
-
setType
-
totalJobs
-
getTotalJobs
The total jobs of a batch is the number of batch execution jobs required to complete the batch.- Returns:
- totalJobs
-
getTotalJobs_JsonNullable
-
setTotalJobs_JsonNullable
public void setTotalJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> totalJobs) -
setTotalJobs
-
batchJobsPerSeed
-
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
-
getBatchJobsPerSeed_JsonNullable
-
setBatchJobsPerSeed_JsonNullable
public void setBatchJobsPerSeed_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> batchJobsPerSeed) -
setBatchJobsPerSeed
-
invocationsPerBatchJob
-
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
-
getInvocationsPerBatchJob_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Integer> getInvocationsPerBatchJob_JsonNullable() -
setInvocationsPerBatchJob_JsonNullable
public void setInvocationsPerBatchJob_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> invocationsPerBatchJob) -
setInvocationsPerBatchJob
-
seedJobDefinitionId
-
getSeedJobDefinitionId
The job definition id for the seed jobs of this batch.- Returns:
- seedJobDefinitionId
-
getSeedJobDefinitionId_JsonNullable
-
setSeedJobDefinitionId_JsonNullable
public void setSeedJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> seedJobDefinitionId) -
setSeedJobDefinitionId
-
monitorJobDefinitionId
-
getMonitorJobDefinitionId
The job definition id for the monitor jobs of this batch.- Returns:
- monitorJobDefinitionId
-
getMonitorJobDefinitionId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getMonitorJobDefinitionId_JsonNullable() -
setMonitorJobDefinitionId_JsonNullable
public void setMonitorJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> monitorJobDefinitionId) -
setMonitorJobDefinitionId
-
batchJobDefinitionId
-
getBatchJobDefinitionId
The job definition id for the batch execution jobs of this batch.- Returns:
- batchJobDefinitionId
-
getBatchJobDefinitionId_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<String> getBatchJobDefinitionId_JsonNullable() -
setBatchJobDefinitionId_JsonNullable
public void setBatchJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> batchJobDefinitionId) -
setBatchJobDefinitionId
-
tenantId
-
getTenantId
The tenant id of the batch.- Returns:
- tenantId
-
getTenantId_JsonNullable
-
setTenantId_JsonNullable
public void setTenantId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> tenantId) -
setTenantId
-
createUserId
-
getCreateUserId
The batch creator's user id.- Returns:
- createUserId
-
getCreateUserId_JsonNullable
-
setCreateUserId_JsonNullable
public void setCreateUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createUserId) -
setCreateUserId
-
startTime
-
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.21/reference/rest/overview/date-format/)- Returns:
- startTime
-
getStartTime_JsonNullable
-
setStartTime_JsonNullable
public void setStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startTime) -
setStartTime
-
executionStartTime
-
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.21/reference/rest/overview/date-format/)- Returns:
- executionStartTime
-
getExecutionStartTime_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> getExecutionStartTime_JsonNullable() -
setExecutionStartTime_JsonNullable
public void setExecutionStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> executionStartTime) -
setExecutionStartTime
-
endTime
-
getEndTime
The time the batch ended. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/)- Returns:
- endTime
-
getEndTime_JsonNullable
-
setEndTime_JsonNullable
public void setEndTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> endTime) -
setEndTime
-
removalTime
-
getRemovalTime
The time after which the historic batch should be removed by the History Cleanup job. Default format `yyyy-MM-dd'T'HH:mm:ss.SSSZ`. For further information, please see the [documentation](https://docs.camunda.org/manual/7.21/reference/rest/overview/date-format/)- Returns:
- removalTime
-
getRemovalTime_JsonNullable
-
setRemovalTime_JsonNullable
public void setRemovalTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> removalTime) -
setRemovalTime
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-