Package com.cloudera.cdp.df.model
Class DeploymentSummary
- java.lang.Object
-
- com.cloudera.cdp.df.model.DeploymentSummary
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.717-07:00") public class DeploymentSummary extends Object
A deployment summary
-
-
Constructor Summary
Constructors Constructor Description DeploymentSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Long
getActiveErrorAlertCount()
Getter for activeErrorAlertCount.Long
getActiveInfoAlertCount()
Getter for activeInfoAlertCount.Long
getActiveWarningAlertCount()
Getter for activeWarningAlertCount.String
getCrn()
Getter for crn.String
getName()
Getter for name.ServiceMeta
getService()
Getter for service.DeploymentStatus
getStatus()
Getter for status.Long
getUpdated()
Getter for updated.int
hashCode()
void
setActiveErrorAlertCount(Long activeErrorAlertCount)
Setter for activeErrorAlertCount.void
setActiveInfoAlertCount(Long activeInfoAlertCount)
Setter for activeInfoAlertCount.void
setActiveWarningAlertCount(Long activeWarningAlertCount)
Setter for activeWarningAlertCount.void
setCrn(String crn)
Setter for crn.void
setName(String name)
Setter for name.void
setService(ServiceMeta service)
Setter for service.void
setStatus(DeploymentStatus status)
Setter for status.void
setUpdated(Long updated)
Setter for updated.String
toString()
-
-
-
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
-
-