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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for archiveName.Getter for deployedFlowRequestCrn.Getter for environmentCrn.Getter for flowName.inthashCode()voidsetArchiveName(String archiveName) Setter for archiveName.voidsetDeployedFlowRequestCrn(String deployedFlowRequestCrn) Setter for deployedFlowRequestCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetFlowName(String flowName) Setter for flowName.toString()
-
Constructor Details
-
ImportFlowIntoDeploymentRequest
public ImportFlowIntoDeploymentRequest()
-
-
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. -
getArchiveName
Getter for archiveName. Search term to filter exported archives by deployment name. -
setArchiveName
Setter for archiveName. Search term to filter exported archives by deployment name. -
getFlowName
Getter for flowName. The name of the deployed flow in the exported archive. -
setFlowName
Setter for flowName. The name of the deployed flow in the exported archive. -
getDeployedFlowRequestCrn
Getter for deployedFlowRequestCrn. The CRN of the flow deployment request. -
setDeployedFlowRequestCrn
Setter for deployedFlowRequestCrn. The CRN of the flow deployment request. -
equals
-
hashCode
public int hashCode() -
toString
-