Class RpcDeployedFlowConfiguration

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class RpcDeployedFlowConfiguration extends Object
Provides all of the configuration that dictates how a flow is deployed.
  • Constructor Details

    • RpcDeployedFlowConfiguration

      public RpcDeployedFlowConfiguration()
  • Method Details

    • getConfigurationVersion

      public Integer getConfigurationVersion()
      Getter for configurationVersion. The version of this configuration.
    • setConfigurationVersion

      public void setConfigurationVersion(Integer configurationVersion)
      Setter for configurationVersion. The version of this configuration.
    • getDeployedFlowId

      public String getDeployedFlowId()
      Getter for deployedFlowId. The id of the deployed flow.
    • setDeployedFlowId

      public void setDeployedFlowId(String deployedFlowId)
      Setter for deployedFlowId. The id of the deployed flow.
    • getDeployedFlowName

      public String getDeployedFlowName()
      Getter for deployedFlowName. The name of the deployed flow.
    • setDeployedFlowName

      public void setDeployedFlowName(String deployedFlowName)
      Setter for deployedFlowName. The name of the deployed flow.
    • getDeployedFlowCrn

      public String getDeployedFlowCrn()
      Getter for deployedFlowCrn. The CRN of the deployed flow.
    • setDeployedFlowCrn

      public void setDeployedFlowCrn(String deployedFlowCrn)
      Setter for deployedFlowCrn. The CRN of the deployed flow.
    • getParametersDirty

      public Boolean getParametersDirty()
      Getter for parametersDirty. Indicates whether or not all current parameter values have successfully been applied to NiFi.
    • setParametersDirty

      public void setParametersDirty(Boolean parametersDirty)
      Setter for parametersDirty. Indicates whether or not all current parameter values have successfully been applied to NiFi.
    • getKpisDirty

      public Boolean getKpisDirty()
      Getter for kpisDirty. Indicates whether or not the current KPIs have successfully been deployed as alert rules.
    • setKpisDirty

      public void setKpisDirty(Boolean kpisDirty)
      Setter for kpisDirty. Indicates whether or not the current KPIs have successfully been deployed as alert rules.
    • getLastUpdatedByUsername

      public String getLastUpdatedByUsername()
      Getter for lastUpdatedByUsername. The username of the last person to update the deployed flow configuration.
    • setLastUpdatedByUsername

      public void setLastUpdatedByUsername(String lastUpdatedByUsername)
      Setter for lastUpdatedByUsername. The username of the last person to update the deployed flow configuration.
    • getParameterGroups

      public List<FlowParameterGroup> getParameterGroups()
      Getter for parameterGroups. The list of flow parameter groups.
    • setParameterGroups

      public void setParameterGroups(List<FlowParameterGroup> parameterGroups)
      Setter for parameterGroups. The list of flow parameter groups.
    • getKpis

      public List<ConfiguredKpi> getKpis()
      Getter for kpis. The list of configured KPIs.
    • setKpis

      public void setKpis(List<ConfiguredKpi> kpis)
      Setter for kpis. The list of configured KPIs.
    • 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