Package io.camunda.client.protocol.rest
Class BatchOperationResponse
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationResponse
extends Object
BatchOperationResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe state of the batch operation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddErrorsItem(BatchOperationError errorsItem) batchOperationKey(String batchOperationKey) batchOperationType(BatchOperationTypeEnum batchOperationType) booleanerrors(List<BatchOperationError> errors) Key or (Operate Legacy ID = UUID) of the batch operation.Get batchOperationTypeThe end date of the batch operation.The errors that occurred per partition during the batch operation.The number of successfully completed tasks.The number of items which failed during execution of the batch operation.The total number of items contained in this batch operation.The start date of the batch operation.getState()The state of the batch operation.inthashCode()operationsCompletedCount(Integer operationsCompletedCount) operationsFailedCount(Integer operationsFailedCount) operationsTotalCount(Integer operationsTotalCount) voidsetBatchOperationKey(String batchOperationKey) voidsetBatchOperationType(BatchOperationTypeEnum batchOperationType) voidsetEndDate(String endDate) voidsetErrors(List<BatchOperationError> errors) voidsetOperationsCompletedCount(Integer operationsCompletedCount) voidsetOperationsFailedCount(Integer operationsFailedCount) voidsetOperationsTotalCount(Integer operationsTotalCount) voidsetStartDate(String startDate) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_BATCH_OPERATION_KEY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_BATCH_OPERATION_TYPE
- See Also:
-
JSON_PROPERTY_START_DATE
- See Also:
-
JSON_PROPERTY_END_DATE
- See Also:
-
JSON_PROPERTY_OPERATIONS_TOTAL_COUNT
- See Also:
-
JSON_PROPERTY_OPERATIONS_FAILED_COUNT
- See Also:
-
JSON_PROPERTY_OPERATIONS_COMPLETED_COUNT
- See Also:
-
JSON_PROPERTY_ERRORS
- See Also:
-
-
Constructor Details
-
BatchOperationResponse
public BatchOperationResponse()
-
-
Method Details
-
batchOperationKey
-
getBatchOperationKey
Key or (Operate Legacy ID = UUID) of the batch operation.- Returns:
- batchOperationKey
-
setBatchOperationKey
-
state
-
getState
The state of the batch operation.- Returns:
- state
-
setState
-
batchOperationType
public BatchOperationResponse batchOperationType(@Nullable BatchOperationTypeEnum batchOperationType) -
getBatchOperationType
Get batchOperationType- Returns:
- batchOperationType
-
setBatchOperationType
-
startDate
-
getStartDate
The start date of the batch operation.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
The end date of the batch operation.- Returns:
- endDate
-
setEndDate
-
operationsTotalCount
-
getOperationsTotalCount
The total number of items contained in this batch operation.- Returns:
- operationsTotalCount
-
setOperationsTotalCount
-
operationsFailedCount
-
getOperationsFailedCount
The number of items which failed during execution of the batch operation. (e.g. because they are rejected by the Zeebe engine).- Returns:
- operationsFailedCount
-
setOperationsFailedCount
-
operationsCompletedCount
-
getOperationsCompletedCount
The number of successfully completed tasks.- Returns:
- operationsCompletedCount
-
setOperationsCompletedCount
-
errors
-
addErrorsItem
-
getErrors
The errors that occurred per partition during the batch operation.- Returns:
- errors
-
setErrors
-
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
-