Package com.cloudera.cdp.datahub.model
Class ClusterSummary
java.lang.Object
com.cloudera.cdp.datahub.model.ClusterSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:25.843-07:00")
public class ClusterSummary
extends Object
Information about a cluster.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for certificateExpirationState.Getter for cloudPlatform.Getter for clusterName.Getter for clusterTemplateCrn.Getter for creationDate.getCrn()Getter for crn.Getter for datalakeCrn.Getter for environmentCrn.Getter for environmentName.Getter for nodeCount.Getter for status.Getter for workloadType.inthashCode()voidsetCertificateExpirationState(String certificateExpirationState) Setter for certificateExpirationState.voidsetCloudPlatform(String cloudPlatform) Setter for cloudPlatform.voidsetClusterName(String clusterName) Setter for clusterName.voidsetClusterTemplateCrn(String clusterTemplateCrn) Setter for clusterTemplateCrn.voidsetCreationDate(ZonedDateTime creationDate) Setter for creationDate.voidSetter for crn.voidsetDatalakeCrn(String datalakeCrn) Setter for datalakeCrn.voidsetEnvironmentCrn(String environmentCrn) Setter for environmentCrn.voidsetEnvironmentName(String environmentName) Setter for environmentName.voidsetNodeCount(Integer nodeCount) Setter for nodeCount.voidSetter for status.voidsetWorkloadType(String workloadType) Setter for workloadType.toString()
-
Constructor Details
-
ClusterSummary
public ClusterSummary()
-
-
Method Details
-
getClusterName
Getter for clusterName. The name of the cluster. -
setClusterName
Setter for clusterName. The name of the cluster. -
getCrn
Getter for crn. The CRN of the cluster. -
setCrn
Setter for crn. The CRN of the cluster. -
getStatus
Getter for status. The status of the cluster. -
setStatus
Setter for status. The status of the cluster. -
getWorkloadType
Getter for workloadType. The type of cluster. -
setWorkloadType
Setter for workloadType. The type of cluster. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getEnvironmentName
Getter for environmentName. The name of the environment. -
setEnvironmentName
Setter for environmentName. The name of the environment. -
getCloudPlatform
Getter for cloudPlatform. The name of the cloud platform. -
setCloudPlatform
Setter for cloudPlatform. The name of the cloud platform. -
getNodeCount
Getter for nodeCount. The cluster node count. -
setNodeCount
Setter for nodeCount. The cluster node count. -
getCreationDate
Getter for creationDate. The date when the cluster was created. -
setCreationDate
Setter for creationDate. The date when the cluster was created. -
getDatalakeCrn
Getter for datalakeCrn. The CRN of the attached datalake. -
setDatalakeCrn
Setter for datalakeCrn. The CRN of the attached datalake. -
getClusterTemplateCrn
Getter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation. -
setClusterTemplateCrn
Setter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation. -
getCertificateExpirationState
Getter for certificateExpirationState. Indicates the certificate status on the cluster. -
setCertificateExpirationState
Setter for certificateExpirationState. Indicates the certificate status on the cluster. -
equals
-
hashCode
public int hashCode() -
toString
-