Package io.camunda.client.protocol.rest
Class BatchOperationError
java.lang.Object
io.camunda.client.protocol.rest.BatchOperationError
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.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()
-
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
-