Class TransitionFlowRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.TransitionFlowRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class TransitionFlowRequest
extends Object
Request object for transitioning the state of the NiFi flow.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for deploymentCrn.Getter for environmentCrn.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.toString()
-
Constructor Details
-
TransitionFlowRequest
public TransitionFlowRequest()
-
-
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. -
getFlowState
Getter for flowState. The desired state of the NiFi flow -
setFlowState
Setter for flowState. The desired state of the NiFi flow -
equals
-
hashCode
public int hashCode() -
toString
-