Class DeploymentSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.582-07:00")
    public class DeploymentSummary
    extends Object
    A deployment summary
    • Constructor Detail

      • DeploymentSummary

        public DeploymentSummary()
    • Method Detail

      • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object