Class DescribeReadyflowResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class DescribeReadyflowResponse extends CdpResponse
Response object for the DescribeReadyflow method
  • Constructor Details

    • DescribeReadyflowResponse

      public DescribeReadyflowResponse()
  • Method Details

    • getReadyflowDetail

      public ReadyflowDetails getReadyflowDetail()
      Getter for readyflowDetail. the ready flow detail
    • setReadyflowDetail

      public void setReadyflowDetail(ReadyflowDetails readyflowDetail)
      Setter for readyflowDetail. the ready flow detail
    • 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