Class ListFlowDefinitionsResponse


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

    • ListFlowDefinitionsResponse

      public ListFlowDefinitionsResponse()
  • Method Details

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