Class DeploymentSummary

java.lang.Object
com.cloudera.cdp.df.model.DeploymentSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.348-07:00") public class DeploymentSummary extends Object
A deployment summary
  • Constructor Details

    • DeploymentSummary

      public DeploymentSummary()
  • Method Details

    • getCrn

      public String getCrn()
      Getter for crn. The deployment CRN
    • setCrn

      public void setCrn(String crn)
      Setter for crn. The deployment CRN
    • getName

      public String getName()
      Getter for name. The deployment name
    • setName

      public void setName(String name)
      Setter for name. The deployment name
    • getStatus

      public DeploymentStatus getStatus()
      Getter for status. The deployment status
    • setStatus

      public void setStatus(DeploymentStatus status)
      Setter for status. The deployment status
    • getService

      public ServiceMeta getService()
      Getter for service. The DataFlow service information of the deployment
    • setService

      public void setService(ServiceMeta service)
      Setter for service. The DataFlow service information of the deployment
    • getUpdated

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

      public void setUpdated(Long updated)
      Setter for updated. Timestamp of the last time the deployment was modified
    • 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
    • getProject

      public ProjectMeta getProject()
      Getter for project. The project information of the deployment.
    • setProject

      public void setProject(ProjectMeta project)
      Setter for project. The project information of the deployment.
    • 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