Class RequestWorkflowCancellationRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:25.791-07:00") public class RequestWorkflowCancellationRequest extends Object
Request object for RequestWorkflowCancellation.
  • Constructor Details

    • RequestWorkflowCancellationRequest

      public RequestWorkflowCancellationRequest()
  • Method Details

    • getResourceId

      public String getResourceId()
      Getter for resourceId. The unique identifier of the resource.
    • setResourceId

      public void setResourceId(String resourceId)
      Setter for resourceId. The unique identifier of the resource.
    • getWorkflowType

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

      public void setWorkflowType(String workflowType)
      Setter for workflowType. The workflow type.
    • 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