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="2024-09-27T08:40:28.348-07:00")
public class DeploymentSummary
extends Object
A deployment summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for activeErrorAlertCount.Getter for activeInfoAlertCount.Getter for activeWarningAlertCount.getCrn()
Getter for crn.getName()
Getter for name.Getter for project.Getter for service.Getter for status.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
Setter for crn.void
Setter for name.void
setProject
(ProjectMeta project) Setter for project.void
setService
(ServiceMeta service) Setter for service.void
setStatus
(DeploymentStatus status) Setter for status.void
setUpdated
(Long updated) Setter for updated.toString()
-
Constructor Details
-
DeploymentSummary
public DeploymentSummary()
-
-
Method Details
-
getCrn
Getter for crn. The deployment CRN -
setCrn
Setter for crn. The deployment CRN -
getName
Getter for name. The deployment name -
setName
Setter for name. The deployment name -
getStatus
Getter for status. The deployment status -
setStatus
Setter for status. The deployment status -
getService
Getter for service. The DataFlow service information of the deployment -
setService
Setter for service. The DataFlow service information of the deployment -
getUpdated
Getter for updated. Timestamp of the last time the deployment was modified -
setUpdated
Setter for updated. Timestamp of the last time the deployment was modified -
getActiveInfoAlertCount
Getter for activeInfoAlertCount. Current count of active alerts classified as an info -
setActiveInfoAlertCount
Setter for activeInfoAlertCount. Current count of active alerts classified as an info -
getActiveWarningAlertCount
Getter for activeWarningAlertCount. Current count of active alerts classified as a warning -
setActiveWarningAlertCount
Setter for activeWarningAlertCount. Current count of active alerts classified as a warning -
getActiveErrorAlertCount
Getter for activeErrorAlertCount. Current count of active alerts classified as an error -
setActiveErrorAlertCount
Setter for activeErrorAlertCount. Current count of active alerts classified as an error -
getProject
Getter for project. The project information of the deployment. -
setProject
Setter for project. The project information of the deployment. -
equals
-
hashCode
public int hashCode() -
toString
-