Class InitiateFlowInDeploymentRequest

java.lang.Object
com.cloudera.cdp.df.model.InitiateFlowInDeploymentRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:07.561-07:00") public class InitiateFlowInDeploymentRequest extends Object
A request to initiate the flow creation process in a deployment.
  • Constructor Details

    • InitiateFlowInDeploymentRequest

      public InitiateFlowInDeploymentRequest()
  • Method Details

    • getServiceCrn

      public String getServiceCrn()
      Getter for serviceCrn. The service CRN.
    • setServiceCrn

      public void setServiceCrn(String serviceCrn)
      Setter for serviceCrn. The service CRN.
    • getFlowVersionCrn

      public String getFlowVersionCrn()
      Getter for flowVersionCrn. The flow version CRN.
    • setFlowVersionCrn

      public void setFlowVersionCrn(String flowVersionCrn)
      Setter for flowVersionCrn. The flow version CRN.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The CRN of the existing deployment where this flow will be initiated.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The CRN of the existing deployment where this flow will be initiated.
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The CRN of an existing deployed flow where a 'change flow version' operation is being performed.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The CRN of an existing deployed flow where a 'change flow version' operation is being performed.
    • 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