Package com.cloudera.cdp.df.model
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for deployedFlowCrn.Getter for deploymentCrn.Getter for flowVersionCrn.Getter for serviceCrn.inthashCode()voidsetDeployedFlowCrn(String deployedFlowCrn) Setter for deployedFlowCrn.voidsetDeploymentCrn(String deploymentCrn) Setter for deploymentCrn.voidsetFlowVersionCrn(String flowVersionCrn) Setter for flowVersionCrn.voidsetServiceCrn(String serviceCrn) Setter for serviceCrn.toString()
-
Constructor Details
-
InitiateFlowInDeploymentRequest
public InitiateFlowInDeploymentRequest()
-
-
Method Details
-
getServiceCrn
Getter for serviceCrn. The service CRN. -
setServiceCrn
Setter for serviceCrn. The service CRN. -
getFlowVersionCrn
Getter for flowVersionCrn. The flow version CRN. -
setFlowVersionCrn
Setter for flowVersionCrn. The flow version CRN. -
getDeploymentCrn
Getter for deploymentCrn. The CRN of the existing deployment where this flow will be initiated. -
setDeploymentCrn
Setter for deploymentCrn. The CRN of the existing deployment where this flow will be initiated. -
getDeployedFlowCrn
Getter for deployedFlowCrn. The CRN of an existing deployed flow where a 'change flow version' operation is being performed. -
setDeployedFlowCrn
Setter for deployedFlowCrn. The CRN of an existing deployed flow where a 'change flow version' operation is being performed. -
equals
-
hashCode
public int hashCode() -
toString
-