Class ListReadyflowsResponse


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

      • ListReadyflowsResponse

        public ListReadyflowsResponse()
    • Method Detail

      • getReadyflows

        public List<ReadyflowSummary> getReadyflows()
        Getter for readyflows. The ready flows
      • setReadyflows

        public void setReadyflows​(List<ReadyflowSummary> readyflows)
        Setter for readyflows. The ready flows
      • getNextToken

        public String getNextToken()
        Getter for nextToken. The page token for requesting the next page of results.
      • setNextToken

        public void setNextToken​(String nextToken)
        Setter for nextToken. The page token for requesting the next page of results.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object