Class StopFlowInDeploymentRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.StopFlowInDeploymentRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2026-03-25T09:53:08.000-07:00")
public class StopFlowInDeploymentRequest
extends Object
Request object for stopping the NiFi flow.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for deployedFlowCrn.Getter for deploymentCrn.Getter for environmentCrn.Getter for waitForFlowToStopInMinutes.inthashCode()voidsetDeployedFlowCrn(String deployedFlowCrn) Setter for deployedFlowCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetWaitForFlowToStopInMinutes(Integer waitForFlowToStopInMinutes) Setter for waitForFlowToStopInMinutes.toString()
-
Constructor Details
-
StopFlowInDeploymentRequest
public StopFlowInDeploymentRequest()
-
-
Method Details
-
getEnvironmentCrn
Getter for environmentCrn. The CRN of an environment to execute the command. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of an environment to execute the command. -
getDeploymentCrn
Getter for deploymentCrn. The deployment crn. -
setDeploymentCrn
Setter for deploymentCrn. The deployment crn. -
getDeployedFlowCrn
Getter for deployedFlowCrn. The deployed flow crn. -
setDeployedFlowCrn
Setter for deployedFlowCrn. The deployed flow crn. -
getWaitForFlowToStopInMinutes
Getter for waitForFlowToStopInMinutes. The max time in minutes to wait for flow to stop. -
setWaitForFlowToStopInMinutes
Setter for waitForFlowToStopInMinutes. The max time in minutes to wait for flow to stop. -
equals
-
hashCode
public int hashCode() -
toString
-