Class StopFlowRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.StopFlowRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class StopFlowRequest
extends Object
Request object for stopping the NiFi flow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for deploymentCrn.Getter for environmentCrn.Getter for waitForFlowToStopInMinutes.int
hashCode()
void
setDeploymentCrn
(String deploymentCrn) Setter for deploymentCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setWaitForFlowToStopInMinutes
(Integer waitForFlowToStopInMinutes) Setter for waitForFlowToStopInMinutes.toString()
-
Constructor Details
-
StopFlowRequest
public StopFlowRequest()
-
-
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. -
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
-