Class RpcDeployedFlow

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2026-03-25T09:53:08.000-07:00") public class RpcDeployedFlow extends Object
Provides details about a deployed flow.
  • Constructor Details

    • RpcDeployedFlow

      public RpcDeployedFlow()
  • Method Details

    • getStatus

      public DeployedFlowStatus getStatus()
      Getter for status. The status of the deployed flow.
    • setStatus

      public void setStatus(DeployedFlowStatus status)
      Setter for status. The status of the deployed flow.
    • 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.
    • getTargetProcessGroupId

      public String getTargetProcessGroupId()
      Getter for targetProcessGroupId. The id of the process group in NiFi.
    • setTargetProcessGroupId

      public void setTargetProcessGroupId(String targetProcessGroupId)
      Setter for targetProcessGroupId. The id of the process group in NiFi.
    • getName

      public String getName()
      Getter for name. The name of the deployed flow.
    • setName

      public void setName(String name)
      Setter for name. The name of the deployed flow.
    • getActiveInfoAlertCount

      public Long getActiveInfoAlertCount()
      Getter for activeInfoAlertCount. Current count of active alerts classified as an info.
    • setActiveInfoAlertCount

      public void setActiveInfoAlertCount(Long activeInfoAlertCount)
      Setter for activeInfoAlertCount. Current count of active alerts classified as an info.
    • getActiveWarningAlertCount

      public Long getActiveWarningAlertCount()
      Getter for activeWarningAlertCount. Current count of active alerts classified as a warning.
    • setActiveWarningAlertCount

      public void setActiveWarningAlertCount(Long activeWarningAlertCount)
      Setter for activeWarningAlertCount. Current count of active alerts classified as a warning.
    • getActiveErrorAlertCount

      public Long getActiveErrorAlertCount()
      Getter for activeErrorAlertCount. Current count of active alerts classified as an error.
    • setActiveErrorAlertCount

      public void setActiveErrorAlertCount(Long activeErrorAlertCount)
      Setter for activeErrorAlertCount. Current count of active alerts classified as an error.
    • getEnvironmentId

      public String getEnvironmentId()
      Getter for environmentId. The id of the environment.
    • setEnvironmentId

      public void setEnvironmentId(String environmentId)
      Setter for environmentId. The id of the environment.
    • getEnvironment

      public DfxLocalMeta getEnvironment()
      Getter for environment. Simple information about the environment of the deployment.
    • setEnvironment

      public void setEnvironment(DfxLocalMeta environment)
      Setter for environment. Simple information about the environment of the deployment.
    • getDeploymentName

      public String getDeploymentName()
      Getter for deploymentName. The name of the deployment.
    • setDeploymentName

      public void setDeploymentName(String deploymentName)
      Setter for deploymentName. The name of the deployment.
    • getCrn

      public String getCrn()
      Getter for crn. The CRN of the deployed flow.
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The CRN of the deployed flow.
    • getProject

      public ProjectMeta getProject()
      Getter for project. Simple information about the project this deployment belongs to, or null if does not belong to a project.
    • setProject

      public void setProject(ProjectMeta project)
      Setter for project. Simple information about the project this deployment belongs to, or null if does not belong to a project.
    • getArtifactName

      public String getArtifactName()
      Getter for artifactName. The name of the flow definition.
    • setArtifactName

      public void setArtifactName(String artifactName)
      Setter for artifactName. The name of the flow definition.
    • getCatalogItemId

      public String getCatalogItemId()
      Getter for catalogItemId. The id of the catalog item. Will either be the flow definition id or the id of the imported ready flow.
    • setCatalogItemId

      public void setCatalogItemId(String catalogItemId)
      Setter for catalogItemId. The id of the catalog item. Will either be the flow definition id or the id of the imported ready flow.
    • getFlowVersion

      public Integer getFlowVersion()
      Getter for flowVersion. The version of the flow.
    • setFlowVersion

      public void setFlowVersion(Integer flowVersion)
      Setter for flowVersion. The version of the flow.
    • getFlowVersionCrn

      public String getFlowVersionCrn()
      Getter for flowVersionCrn. The deployed flow definition version CRN.
    • setFlowVersionCrn

      public void setFlowVersionCrn(String flowVersionCrn)
      Setter for flowVersionCrn. The deployed flow definition version CRN.
    • getFlowCrn

      public String getFlowCrn()
      Getter for flowCrn. The deployed flow definition CRN.
    • setFlowCrn

      public void setFlowCrn(String flowCrn)
      Setter for flowCrn. The deployed flow definition CRN.
    • getCreatorCrn

      public String getCreatorCrn()
      Getter for creatorCrn. The CRN of the user who deployed the flow.
    • setCreatorCrn

      public void setCreatorCrn(String creatorCrn)
      Setter for creatorCrn. The CRN of the user who deployed the flow.
    • getArtifactTypeName

      public String getArtifactTypeName()
      Getter for artifactTypeName. The type of artifact of the flow definition.
    • setArtifactTypeName

      public void setArtifactTypeName(String artifactTypeName)
      Setter for artifactTypeName. The type of artifact of the flow definition.
    • getDeployedByUsername

      public String getDeployedByUsername()
      Getter for deployedByUsername. The username of the person who deployed the flow.
    • setDeployedByUsername

      public void setDeployedByUsername(String deployedByUsername)
      Setter for deployedByUsername. The username of the person who deployed the flow.
    • getDeployedByName

      public String getDeployedByName()
      Getter for deployedByName. The name of the person who deployed the flow.
    • setDeployedByName

      public void setDeployedByName(String deployedByName)
      Setter for deployedByName. The name of the person who deployed the flow.
    • getCreated

      public Long getCreated()
      Getter for created. Timestamp of the first time the flow deployed into a NiFi cluster.
    • setCreated

      public void setCreated(Long created)
      Setter for created. Timestamp of the first time the flow deployed into a NiFi cluster.
    • getUpdated

      public Long getUpdated()
      Getter for updated. Timestamp of the last time the deployed flow was modified.
    • setUpdated

      public void setUpdated(Long updated)
      Setter for updated. Timestamp of the last time the deployed flow was modified.
    • getValidActions

      public List<String> getValidActions()
      Getter for validActions. Valid actions that can be applied to the deployed flow in its current state.
    • setValidActions

      public void setValidActions(List<String> validActions)
      Setter for validActions. Valid actions that can be applied to the deployed flow in its current state.
    • getDataSent

      public List<MetricValue> getDataSent()
      Getter for dataSent. The dataSent values, if requested.
    • setDataSent

      public void setDataSent(List<MetricValue> dataSent)
      Setter for dataSent. The dataSent values, if requested.
    • getDataReceived

      public List<MetricValue> getDataReceived()
      Getter for dataReceived. The dataReceived values, if requested.
    • setDataReceived

      public void setDataReceived(List<MetricValue> dataReceived)
      Setter for dataReceived. The dataReceived values, if requested.
    • getProjectCrn

      public String getProjectCrn()
      Getter for projectCrn. The crn of the project this flow belongs to, or null if does not belong to a project.
    • setProjectCrn

      public void setProjectCrn(String projectCrn)
      Setter for projectCrn. The crn of the project this flow belongs to, or null if does not belong to a project.
    • getDeploymentCrn

      public String getDeploymentCrn()
      Getter for deploymentCrn. The crn of the deployment this flow belongs to.
    • setDeploymentCrn

      public void setDeploymentCrn(String deploymentCrn)
      Setter for deploymentCrn. The crn of the deployment this flow belongs to.
    • 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