Class TransitionFlowRequest
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.TransitionFlowRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-12-01T13:59:42.795-08:00") public class TransitionFlowRequest extends Object
Request object for transitioning the state of the NiFi flow.
-
-
Constructor Summary
Constructors Constructor Description TransitionFlowRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDeploymentCrn()
Getter for deploymentCrn.String
getEnvironmentCrn()
Getter for environmentCrn.String
getFlowState()
Getter for flowState.int
hashCode()
void
setDeploymentCrn(String deploymentCrn)
Setter for deploymentCrn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setFlowState(String flowState)
Setter for flowState.String
toString()
-
-
-
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
-
-