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="2023-09-14T10:47:16.679-07:00") public class ClusterSummary extends Object
Information about a cluster.
-
-
Constructor Summary
Constructors Constructor Description ClusterSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCertificateExpirationState()
Getter for certificateExpirationState.String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterName()
Getter for clusterName.String
getClusterTemplateCrn()
Getter for clusterTemplateCrn.ZonedDateTime
getCreationDate()
Getter for creationDate.String
getCrn()
Getter for crn.String
getDatalakeCrn()
Getter for datalakeCrn.String
getEnvironmentCrn()
Getter for environmentCrn.Integer
getNodeCount()
Getter for nodeCount.String
getStatus()
Getter for status.String
getWorkloadType()
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
setCrn(String crn)
Setter for crn.void
setDatalakeCrn(String datalakeCrn)
Setter for datalakeCrn.void
setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn.void
setNodeCount(Integer nodeCount)
Setter for nodeCount.void
setStatus(String status)
Setter for status.void
setWorkloadType(String workloadType)
Setter for workloadType.String
toString()
-
-
-
Method Detail
-
getClusterName
public String getClusterName()
Getter for clusterName. The name of the cluster.
-
setClusterName
public void setClusterName(String clusterName)
Setter for clusterName. The name of the cluster.
-
getCrn
public String getCrn()
Getter for crn. The CRN of the cluster.
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the cluster.
-
getStatus
public String getStatus()
Getter for status. The status of the cluster.
-
setStatus
public void setStatus(String status)
Setter for status. The status of the cluster.
-
getWorkloadType
public String getWorkloadType()
Getter for workloadType. The type of cluster.
-
setWorkloadType
public void setWorkloadType(String workloadType)
Setter for workloadType. The type of cluster.
-
getEnvironmentCrn
public String getEnvironmentCrn()
Getter for environmentCrn. The CRN of the environment.
-
setEnvironmentCrn
public void setEnvironmentCrn(String environmentCrn)
Setter for environmentCrn. The CRN of the environment.
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. The name of the cloud platform.
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. The name of the cloud platform.
-
getNodeCount
public Integer getNodeCount()
Getter for nodeCount. The cluster node count.
-
setNodeCount
public void setNodeCount(Integer nodeCount)
Setter for nodeCount. The cluster node count.
-
getCreationDate
public ZonedDateTime getCreationDate()
Getter for creationDate. The date when the cluster was created.
-
setCreationDate
public void setCreationDate(ZonedDateTime creationDate)
Setter for creationDate. The date when the cluster was created.
-
getDatalakeCrn
public String getDatalakeCrn()
Getter for datalakeCrn. The CRN of the attached datalake.
-
setDatalakeCrn
public void setDatalakeCrn(String datalakeCrn)
Setter for datalakeCrn. The CRN of the attached datalake.
-
getClusterTemplateCrn
public String getClusterTemplateCrn()
Getter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation.
-
setClusterTemplateCrn
public void setClusterTemplateCrn(String clusterTemplateCrn)
Setter for clusterTemplateCrn. The CRN of the cluster template used for the cluster creation.
-
getCertificateExpirationState
public String getCertificateExpirationState()
Getter for certificateExpirationState. Indicates the certificate status on the cluster.
-
setCertificateExpirationState
public void setCertificateExpirationState(String certificateExpirationState)
Setter for certificateExpirationState. Indicates the certificate status on the cluster.
-
-