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="2024-09-27T08:40:24.392-07:00")
public class ClusterSummary
extends Object
Information about a cluster.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter 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.int
hashCode()
void
setCertificateExpirationState
(String certificateExpirationState) Setter for certificateExpirationState.void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterName
(String clusterName) Setter for clusterName.void
setClusterTemplateCrn
(String clusterTemplateCrn) Setter for clusterTemplateCrn.void
setCreationDate
(ZonedDateTime creationDate) Setter for creationDate.void
Setter for crn.void
setDatalakeCrn
(String datalakeCrn) Setter for datalakeCrn.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setEnvironmentName
(String environmentName) Setter for environmentName.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
Setter for status.void
setWorkloadType
(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
-