Package io.camunda.client.protocol.rest
Class BatchOperationError
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-10-08T19:37:20.302687113Z[GMT]",
comments="Generator version: 7.12.0")
public class BatchOperationError
extends Object
BatchOperationError
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of the error that occurred during the batch operation. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe error message that occurred during the batch operation.The partition ID where the error occurred.getType()The type of the error that occurred during the batch operation.inthashCode()partitionId(Integer partitionId) voidsetMessage(String message) voidsetPartitionId(Integer partitionId) voidtoString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PARTITION_ID
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_MESSAGE
- See Also:
-
-
Constructor Details
-
BatchOperationError
public BatchOperationError()
-
-
Method Details
-
partitionId
-
getPartitionId
The partition ID where the error occurred.- Returns:
- partitionId
-
setPartitionId
-
type
-
getType
The type of the error that occurred during the batch operation.- Returns:
- type
-
setType
-
message
-
getMessage
The error message that occurred during the batch operation.- Returns:
- message
-
setMessage
-
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
-