Package io.camunda.client.protocol.rest
Class BatchOperationResponse
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class BatchOperationResponse
extends Object
BatchOperationResponse
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactorType(AuditLogActorTypeEnum actorType) addErrorsItem(BatchOperationError errorsItem) batchOperationKey(String batchOperationKey) batchOperationType(BatchOperationTypeEnum batchOperationType) booleanerrors(List<BatchOperationError> errors) The ID of the actor who performed the operation.The type of the actor who performed the operation.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()Get stateinthashCode()operationsCompletedCount(Integer operationsCompletedCount) operationsFailedCount(Integer operationsFailedCount) operationsTotalCount(Integer operationsTotalCount) voidsetActorId(String actorId) voidsetActorType(AuditLogActorTypeEnum actorType) 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) voidsetState(BatchOperationStateEnum state) state(BatchOperationStateEnum state) toString()
-
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_ACTOR_TYPE
- See Also:
-
JSON_PROPERTY_ACTOR_ID
- 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
Get state- Returns:
- state
-
setState
-
batchOperationType
public BatchOperationResponse batchOperationType(@Nonnull BatchOperationTypeEnum batchOperationType) -
getBatchOperationType
Get batchOperationType- Returns:
- batchOperationType
-
setBatchOperationType
-
startDate
-
getStartDate
The start date of the batch operation. This is `null` if the batch operation has not yet started.- Returns:
- startDate
-
setStartDate
-
endDate
-
getEndDate
The end date of the batch operation. This is `null` if the batch operation is still running.- Returns:
- endDate
-
setEndDate
-
actorType
-
getActorType
The type of the actor who performed the operation. This is `null` if the batch operation was created before 8.9, or if the actor information is not available.- Returns:
- actorType
-
setActorType
-
actorId
-
getActorId
The ID of the actor who performed the operation. Available for batch operations created since 8.9.- Returns:
- actorId
-
setActorId
-
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
-