Class CancelChangeFlowVersionRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.CancelChangeFlowVersionRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-08-15T13:42:19.422-07:00") public class CancelChangeFlowVersionRequest extends Object
Request object for cancel change flow version of a deployment.
  • Constructor Details

    • CancelChangeFlowVersionRequest

      public CancelChangeFlowVersionRequest()
  • Method Details

    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The crn of the deployment to cancel change flow version.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The crn of the deployment to cancel change flow version.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object