Class RequestWorkflowCancellationResponse


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

      • RequestWorkflowCancellationResponse

        public RequestWorkflowCancellationResponse()
    • Method Detail

      • getWorkflowMetadata

        public List<WorkflowMetadata> getWorkflowMetadata()
        Getter for workflowMetadata. The list of workflow metedata for cancelled workflows.
      • setWorkflowMetadata

        public void setWorkflowMetadata​(List<WorkflowMetadata> workflowMetadata)
        Setter for workflowMetadata. The list of workflow metedata for cancelled workflows.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object