Package io.camunda.client.protocol.rest
Class BatchOperationItemResponse
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationItemResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class BatchOperationItemResponse
extends Object
BatchOperationItemResponse
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumState of the item. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbatchOperationKey(String batchOperationKey) booleanerrorMessage(String errorMessage) The key (or operate legacy ID) of the batch operation.The error message from the engine in case of a failed operation.Key of the item, e.g. a process instance key.Get operationTypeThe date this item was processed.The process instance key of the processed item.The key of the root process instance.getState()State of the item.inthashCode()operationType(BatchOperationTypeEnum operationType) processedDate(String processedDate) processInstanceKey(String processInstanceKey) rootProcessInstanceKey(String rootProcessInstanceKey) voidsetBatchOperationKey(String batchOperationKey) voidsetErrorMessage(String errorMessage) voidsetItemKey(String itemKey) voidsetOperationType(BatchOperationTypeEnum operationType) voidsetProcessedDate(String processedDate) voidsetProcessInstanceKey(String processInstanceKey) voidsetRootProcessInstanceKey(String rootProcessInstanceKey) voidtoString()
-
Field Details
-
JSON_PROPERTY_OPERATION_TYPE
- See Also:
-
JSON_PROPERTY_BATCH_OPERATION_KEY
- See Also:
-
JSON_PROPERTY_ITEM_KEY
- See Also:
-
JSON_PROPERTY_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_ROOT_PROCESS_INSTANCE_KEY
- See Also:
-
JSON_PROPERTY_STATE
- See Also:
-
JSON_PROPERTY_PROCESSED_DATE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
-
Constructor Details
-
BatchOperationItemResponse
public BatchOperationItemResponse()
-
-
Method Details
-
operationType
-
getOperationType
Get operationType- Returns:
- operationType
-
setOperationType
-
batchOperationKey
-
getBatchOperationKey
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationKey
-
setBatchOperationKey
-
itemKey
-
getItemKey
Key of the item, e.g. a process instance key.- Returns:
- itemKey
-
setItemKey
-
processInstanceKey
-
getProcessInstanceKey
The process instance key of the processed item. Null for batch-op types whose targets are not process instances (e.g. DELETE_DECISION_INSTANCE, DELETE_DECISION_DEFINITION, DELETE_PROCESS_DEFINITION).- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
rootProcessInstanceKey
-
getRootProcessInstanceKey
The key of the root process instance. The root process instance is the top-level ancestor in the process instance hierarchy. This field is only present for data belonging to process instance hierarchies created in version 8.9 or later.- Returns:
- rootProcessInstanceKey
-
setRootProcessInstanceKey
-
state
-
getState
State of the item.- Returns:
- state
-
setState
-
processedDate
-
getProcessedDate
The date this item was processed. This is `null` if the item has not yet been processed.- Returns:
- processedDate
-
setProcessedDate
-
errorMessage
-
getErrorMessage
The error message from the engine in case of a failed operation.- Returns:
- errorMessage
-
setErrorMessage
-
equals
-
hashCode
public int hashCode() -
toString
-