Class RequestWorkflowCancellationRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:46.678-07:00")
    public class RequestWorkflowCancellationRequest
    extends Object
    Request object for RequestWorkflowCancellation.
    • Constructor Detail

      • RequestWorkflowCancellationRequest

        public RequestWorkflowCancellationRequest()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object