Class ListFlowsInDeploymentResponse

java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.df.model.ListFlowsInDeploymentResponse

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:07.561-07:00") public class ListFlowsInDeploymentResponse extends CdpResponse
A response from listing flows in a deployment.
  • Constructor Details

    • ListFlowsInDeploymentResponse

      public ListFlowsInDeploymentResponse()
  • Method Details

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

      public List<DeployedFlowSummary> getDeployedFlows()
      Getter for deployedFlows. The list of deployed flows in this page.
    • setDeployedFlows

      public void setDeployedFlows(List<DeployedFlowSummary> deployedFlows)
      Setter for deployedFlows. The list of deployed flows in this page.
    • 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