Class ChangeFlowVersionRequest
java.lang.Object
com.cloudera.cdp.dfworkload.model.ChangeFlowVersionRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class ChangeFlowVersionRequest
extends Object
Request object for change flow version of a deployment.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for assetUpdateRequestCrn.Getter for deploymentCrn.Getter for deploymentRequestCrn.Getter for environmentCrn.getKpis()
Getter for kpis.Getter for parameterGroups.Getter for strategy.Getter for waitForFlowToStopInMinutes.int
hashCode()
void
setAssetUpdateRequestCrn
(String assetUpdateRequestCrn) Setter for assetUpdateRequestCrn.void
setDeploymentCrn
(String deploymentCrn) Setter for deploymentCrn.void
setDeploymentRequestCrn
(String deploymentRequestCrn) Setter for deploymentRequestCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setKpis
(List<ConfiguredKpi> kpis) Setter for kpis.void
setParameterGroups
(List<FlowParameterGroup> parameterGroups) Setter for parameterGroups.void
setStrategy
(String strategy) Setter for strategy.void
setWaitForFlowToStopInMinutes
(Integer waitForFlowToStopInMinutes) Setter for waitForFlowToStopInMinutes.toString()
-
Constructor Details
-
ChangeFlowVersionRequest
public ChangeFlowVersionRequest()
-
-
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 crn of the deployment being updated. -
setDeploymentCrn
Setter for deploymentCrn. The crn of the deployment being updated. -
getParameterGroups
Getter for parameterGroups. The list of flow parameter groups. -
setParameterGroups
Setter for parameterGroups. The list of flow parameter groups. -
getKpis
Getter for kpis. The list of configured KPIs. -
setKpis
Setter for kpis. The list of configured KPIs. -
getStrategy
Getter for strategy. The strategy to use during change flow version. -
setStrategy
Setter for strategy. The strategy to use during change flow version. -
getWaitForFlowToStopInMinutes
Getter for waitForFlowToStopInMinutes. The max time in minutes to wait for the flow to process data. -
setWaitForFlowToStopInMinutes
Setter for waitForFlowToStopInMinutes. The max time in minutes to wait for the flow to process data. -
getDeploymentRequestCrn
Getter for deploymentRequestCrn. The CRN of the deployment request. -
setDeploymentRequestCrn
Setter for deploymentRequestCrn. The CRN of the deployment request. -
getAssetUpdateRequestCrn
Getter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
setAssetUpdateRequestCrn
Setter for assetUpdateRequestCrn. The CRN of the asset update request. Required when updating assets of an existing deployment. -
equals
-
hashCode
public int hashCode() -
toString
-