Class StopFlowInDeploymentResponse
java.lang.Object
com.cloudera.cdp.client.BaseResponse
com.cloudera.cdp.client.CdpResponse
com.cloudera.cdp.dfworkload.model.StopFlowInDeploymentResponse
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class StopFlowInDeploymentResponse
extends CdpResponse
Response object for stopping 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
-
StopFlowInDeploymentResponse
public StopFlowInDeploymentResponse()
-
-
Method Details