Class ImportFlowIntoDeploymentRequest

java.lang.Object
com.cloudera.cdp.dfworkload.model.ImportFlowIntoDeploymentRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class ImportFlowIntoDeploymentRequest extends Object
Request object to import a flow configuration into a deployment.
  • Constructor Details

    • ImportFlowIntoDeploymentRequest

      public ImportFlowIntoDeploymentRequest()
  • Method Details

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

      public String getArchiveName()
      Getter for archiveName. Search term to filter exported archives by deployment name.
    • setArchiveName

      public void setArchiveName(String archiveName)
      Setter for archiveName. Search term to filter exported archives by deployment name.
    • getFlowName

      public String getFlowName()
      Getter for flowName. The name of the deployed flow in the exported archive.
    • setFlowName

      public void setFlowName(String flowName)
      Setter for flowName. The name of the deployed flow in the exported archive.
    • getDeployedFlowRequestCrn

      public String getDeployedFlowRequestCrn()
      Getter for deployedFlowRequestCrn. The CRN of the flow deployment request.
    • setDeployedFlowRequestCrn

      public void setDeployedFlowRequestCrn(String deployedFlowRequestCrn)
      Setter for deployedFlowRequestCrn. The CRN of the flow deployment request.
    • 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