Class RequestWorkflowRollbackRequest

java.lang.Object
com.cloudera.cdp.ml.model.RequestWorkflowRollbackRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:04.780-07:00") public class RequestWorkflowRollbackRequest extends Object
Request object for RequestWorkflowRollbackRequest.
  • Constructor Details

    • RequestWorkflowRollbackRequest

      public RequestWorkflowRollbackRequest()
  • Method Details

    • getWorkflowType

      public String getWorkflowType()
      Getter for workflowType. The workflow type.
    • setWorkflowType

      public void setWorkflowType(String workflowType)
      Setter for workflowType. The workflow type.
    • getWorkspaceCrn

      public String getWorkspaceCrn()
      Getter for workspaceCrn. The CRN of the workbench to rollback
    • setWorkspaceCrn

      public void setWorkspaceCrn(String workspaceCrn)
      Setter for workspaceCrn. The CRN of the workbench to rollback
    • 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