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="2025-11-14T06:50:08.545-08:00")
public class DeploymentSummary
extends Object
A deployment summary.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter 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.inthashCode()voidsetActiveErrorAlertCount(Long activeErrorAlertCount) Setter for activeErrorAlertCount.voidsetActiveInfoAlertCount(Long activeInfoAlertCount) Setter for activeInfoAlertCount.voidsetActiveWarningAlertCount(Long activeWarningAlertCount) Setter for activeWarningAlertCount.voidSetter for crn.voidSetter for name.voidsetProject(ProjectMeta project) Setter for project.voidsetService(ServiceMeta service) Setter for service.voidsetStatus(DeploymentStatus status) Setter for status.voidsetUpdated(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 informational. -
setActiveInfoAlertCount
Setter for activeInfoAlertCount. Current count of active alerts classified as informational. -
getActiveWarningAlertCount
Getter for activeWarningAlertCount. Current count of active alerts classified as warnings. -
setActiveWarningAlertCount
Setter for activeWarningAlertCount. Current count of active alerts classified as warnings. -
getActiveErrorAlertCount
Getter for activeErrorAlertCount. Current count of active alerts classified as errors. -
setActiveErrorAlertCount
Setter for activeErrorAlertCount. Current count of active alerts classified as errors. -
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
-