Class BatchStatisticsDto
java.lang.Object
org.camunda.community.rest.client.dto.BatchStatisticsDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class BatchStatisticsDto
extends Object
BatchStatisticsDto
-
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 Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchJobDefinitionId(String batchJobDefinitionId) batchJobsPerSeed(Integer batchJobsPerSeed) completedJobs(Integer completedJobs) createUserId(String createUserId) booleanexecutionStartTime(OffsetDateTime executionStartTime) failedJobs(Integer failedJobs) 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 number of completed batch execution jobs.org.openapitools.jackson.nullable.JsonNullable<Integer>The id of the user that created the batch.org.openapitools.jackson.nullable.JsonNullable<String>The time the batch execution was started, i.e., at least one batch job has been executed.org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime>The number of failed batch execution jobs.org.openapitools.jackson.nullable.JsonNullable<Integer>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 number of batch execution jobs already created by the seed job.org.openapitools.jackson.nullable.JsonNullable<Integer>The job definition id for the monitor jobs of this batch.org.openapitools.jackson.nullable.JsonNullable<String>The number of remaining batch execution jobs.org.openapitools.jackson.nullable.JsonNullable<Integer>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>Indicates whether this batch is suspended or not.org.openapitools.jackson.nullable.JsonNullable<Boolean>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) jobsCreated(Integer jobsCreated) monitorJobDefinitionId(String monitorJobDefinitionId) remainingJobs(Integer remainingJobs) 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) voidsetCompletedJobs(Integer completedJobs) voidsetCompletedJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> completedJobs) voidsetCreateUserId(String createUserId) voidsetCreateUserId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> createUserId) voidsetExecutionStartTime(OffsetDateTime executionStartTime) voidsetExecutionStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> executionStartTime) voidsetFailedJobs(Integer failedJobs) voidsetFailedJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> failedJobs) voidvoidsetId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> id) voidsetInvocationsPerBatchJob(Integer invocationsPerBatchJob) voidsetInvocationsPerBatchJob_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> invocationsPerBatchJob) voidsetJobsCreated(Integer jobsCreated) voidsetJobsCreated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> jobsCreated) voidsetMonitorJobDefinitionId(String monitorJobDefinitionId) voidsetMonitorJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> monitorJobDefinitionId) voidsetRemainingJobs(Integer remainingJobs) voidsetRemainingJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> remainingJobs) voidsetSeedJobDefinitionId(String seedJobDefinitionId) voidsetSeedJobDefinitionId_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<String> seedJobDefinitionId) voidsetStartTime(OffsetDateTime startTime) voidsetStartTime_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<OffsetDateTime> startTime) voidsetSuspended(Boolean suspended) voidsetSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) 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_JOBS_CREATED
- 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_SUSPENDED
- 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_REMAINING_JOBS
- See Also:
-
JSON_PROPERTY_COMPLETED_JOBS
- See Also:
-
JSON_PROPERTY_FAILED_JOBS
- See Also:
-
-
Constructor Details
-
BatchStatisticsDto
public BatchStatisticsDto()
-
-
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
-
jobsCreated
-
getJobsCreated
The number of batch execution jobs already created by the seed job.- Returns:
- jobsCreated
-
getJobsCreated_JsonNullable
-
setJobsCreated_JsonNullable
public void setJobsCreated_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> jobsCreated) -
setJobsCreated
-
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
-
suspended
-
getSuspended
Indicates whether this batch is suspended or not.- Returns:
- suspended
-
getSuspended_JsonNullable
-
setSuspended_JsonNullable
public void setSuspended_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Boolean> suspended) -
setSuspended
-
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 id of the user that created the batch.- 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
-
remainingJobs
-
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
-
getRemainingJobs_JsonNullable
-
setRemainingJobs_JsonNullable
public void setRemainingJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> remainingJobs) -
setRemainingJobs
-
completedJobs
-
getCompletedJobs
The number of completed batch execution jobs. This does include aborted/deleted batch execution jobs.- Returns:
- completedJobs
-
getCompletedJobs_JsonNullable
-
setCompletedJobs_JsonNullable
public void setCompletedJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> completedJobs) -
setCompletedJobs
-
failedJobs
-
getFailedJobs
The number of failed batch execution jobs. This does not include aborted or deleted batch execution jobs.- Returns:
- failedJobs
-
getFailedJobs_JsonNullable
-
setFailedJobs_JsonNullable
public void setFailedJobs_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Integer> failedJobs) -
setFailedJobs
-
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
-