Package com.cloudera.cdp.df.model
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.
-
Field Summary
Fields inherited from class com.cloudera.cdp.client.CdpResponse
ALTUS_HEADER_REQUESTID, CDP_HEADER_REQUESTID -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for deployedFlows.Getter for nextToken.inthashCode()voidsetDeployedFlows(List<DeployedFlowSummary> deployedFlows) Setter for deployedFlows.voidsetNextToken(String nextToken) Setter for nextToken.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
ListFlowsInDeploymentResponse
public ListFlowsInDeploymentResponse()
-
-
Method Details
-
getNextToken
Getter for nextToken. The page token for requesting the next page of results. -
setNextToken
Setter for nextToken. The page token for requesting the next page of results. -
getDeployedFlows
Getter for deployedFlows. The list of deployed flows in this page. -
setDeployedFlows
Setter for deployedFlows. The list of deployed flows in this page. -
equals
-
hashCode
public int hashCode() -
toString
-