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-06-04T12:01:10.435788262Z[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 TypeMethodDescriptionbatchOperationId(String batchOperationId) 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.the date this item was processed.the process instance key of the processed item.getState()State of the item.inthashCode()processedDate(String processedDate) processInstanceKey(String processInstanceKey) voidsetBatchOperationId(String batchOperationId) voidsetErrorMessage(String errorMessage) voidsetItemKey(String itemKey) 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_ID
- 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
-
batchOperationId
-
getBatchOperationId
The key (or operate legacy ID) of the batch operation.- Returns:
- batchOperationId
-
setBatchOperationId
-
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. This can be either completed, canceled or failed.- 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
-