Class ListFlowDefinitionsResponse


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

      • ListFlowDefinitionsResponse

        public ListFlowDefinitionsResponse()
    • Method Detail

      • getFlows

        public List<FlowSummary> getFlows()
        Getter for flows. The flows.
      • setFlows

        public void setFlows​(List<FlowSummary> flows)
        Setter for flows. The 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