Package io.camunda.client.protocol.rest
Class ClusterModeChangeOperation
java.lang.Object
io.camunda.client.protocol.rest.ClusterModeChangeOperation
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ClusterModeChangeOperation
extends Object
A single operation that is part of a cluster mode change.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetMode()The target mode of the operation, if applicable.The type of the operation.inthashCode()voidvoidsetOperation(String operation) toString()
-
Field Details
-
JSON_PROPERTY_OPERATION
- See Also:
-
JSON_PROPERTY_MODE
- See Also:
-
-
Constructor Details
-
ClusterModeChangeOperation
public ClusterModeChangeOperation()
-
-
Method Details
-
operation
-
getOperation
The type of the operation.- Returns:
- operation
-
setOperation
-
mode
-
getMode
The target mode of the operation, if applicable.- Returns:
- mode
-
setMode
-
equals
-
hashCode
public int hashCode() -
toString
-