Class TransitionFlowRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class TransitionFlowRequest
    extends Object
    Request object for transitioning the state of the NiFi flow.
    • Constructor Detail

      • TransitionFlowRequest

        public TransitionFlowRequest()
    • 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.
      • getFlowState

        public String getFlowState()
        Getter for flowState. The desired state of the NiFi flow
      • setFlowState

        public void setFlowState​(String flowState)
        Setter for flowState. The desired state of the NiFi flow
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object