Package io.camunda.client.protocol.rest
Class ClusterModeChangeResponse
java.lang.Object
io.camunda.client.protocol.rest.ClusterModeChangeResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class ClusterModeChangeResponse
extends Object
The planned changes resulting from a cluster mode transition request.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPlannedChangesItem(ClusterModeChangeOperation plannedChangesItem) booleanThe ID of the cluster change that was triggered by the request.The ordered list of operations that will be applied to complete the change.inthashCode()plannedChanges(List<ClusterModeChangeOperation> plannedChanges) voidsetChangeId(String changeId) voidsetPlannedChanges(List<ClusterModeChangeOperation> plannedChanges) toString()
-
Field Details
-
JSON_PROPERTY_CHANGE_ID
- See Also:
-
JSON_PROPERTY_PLANNED_CHANGES
- See Also:
-
-
Constructor Details
-
ClusterModeChangeResponse
public ClusterModeChangeResponse()
-
-
Method Details
-
changeId
-
getChangeId
The ID of the cluster change that was triggered by the request.- Returns:
- changeId
-
setChangeId
-
plannedChanges
public ClusterModeChangeResponse plannedChanges(@Nonnull List<ClusterModeChangeOperation> plannedChanges) -
addPlannedChangesItem
public ClusterModeChangeResponse addPlannedChangesItem(ClusterModeChangeOperation plannedChangesItem) -
getPlannedChanges
The ordered list of operations that will be applied to complete the change.- Returns:
- plannedChanges
-
setPlannedChanges
-
equals
-
hashCode
public int hashCode() -
toString
-