Package io.camunda.client.protocol.rest
Class BatchOperationItemResponse
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationItemResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.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.getState()State of the item.inthashCode()operationType(BatchOperationTypeEnum operationType) processedDate(String processedDate) processInstanceKey(String processInstanceKey) voidsetBatchOperationKey(String batchOperationKey) voidsetErrorMessage(String errorMessage) voidsetItemKey(String itemKey) voidsetOperationType(BatchOperationTypeEnum operationType) voidsetProcessedDate(String processedDate) voidsetProcessInstanceKey(String processInstanceKey) 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_OPERATION_TYPE
- See Also:
-
JSON_PROPERTY_ITEM_KEY
- See Also:
-
JSON_PROPERTY_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
-
batchOperationKey
-
getBatchOperationKey
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationKey
-
setBatchOperationKey
-
operationType
-
getOperationType
Get operationType- Returns:
- operationType
-
setOperationType
-
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.- Returns:
- processInstanceKey
-
setProcessInstanceKey
-
state
-
getState
State of the item.- Returns:
- state
-
setState
-
processedDate
-
getProcessedDate
the date this item was 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
-
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
-