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 Details

    • StopFlowInDeploymentRequest

      public StopFlowInDeploymentRequest()
  • Method Details

    • getEnvironmentCrn

      public String getEnvironmentCrn()
      Getter for environmentCrn. The CRN of an environment to execute the command.
    • setEnvironmentCrn

      public void setEnvironmentCrn(String environmentCrn)
      Setter for environmentCrn. The CRN of an environment to execute the command.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The deployment crn.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The deployment crn.
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The deployed flow crn.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The deployed flow crn.
    • getWaitForFlowToStopInMinutes

      public Integer getWaitForFlowToStopInMinutes()
      Getter for waitForFlowToStopInMinutes. The max time in minutes to wait for flow to stop.
    • setWaitForFlowToStopInMinutes

      public void setWaitForFlowToStopInMinutes(Integer waitForFlowToStopInMinutes)
      Setter for waitForFlowToStopInMinutes. The max time in minutes to wait for flow to stop.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object