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