Class StopFlowRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-06-05T15:31:00.597-07:00")
    public class StopFlowRequest
    extends Object
    Request object for stopping the NiFi flow.
    • Constructor Detail

      • StopFlowRequest

        public StopFlowRequest()
    • Method Detail

      • 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.
      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object