Class StartFlowInDeploymentResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.StartFlowInDeploymentResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class StartFlowInDeploymentResponse
extends CdpResponse
Response object for starting the NiFi flow.
-
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 deployedFlow.inthashCode()voidsetDeployedFlow(RpcDeployedFlow deployedFlow) Setter for deployedFlow.toString()Methods inherited from class com.cloudera.cdp.client.CdpResponse
getRequestIdMethods inherited from class com.cloudera.cdp.client.BaseResponse
getHttpCode, getResponseHeaders
-
Constructor Details
-
StartFlowInDeploymentResponse
public StartFlowInDeploymentResponse()
-
-
Method Details