Package com.cloudera.cdp.datahub.model
Class ClusterDefinitionSummary
java.lang.Object
com.cloudera.cdp.datahub.model.ClusterDefinitionSummary
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:24.392-07:00")
public class ClusterDefinitionSummary
extends Object
Information about a cluster definition.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for cloudPlatform.Getter for clusterDefinitionName.getCrn()
Getter for crn.Getter for description.Getter for environmentCrn.Getter for nodeCount.Getter for productVersion.getType()
Getter for type.int
hashCode()
void
setCloudPlatform
(String cloudPlatform) Setter for cloudPlatform.void
setClusterDefinitionName
(String clusterDefinitionName) Setter for clusterDefinitionName.void
Setter for crn.void
setDescription
(String description) Setter for description.void
setEnvironmentCrn
(String environmentCrn) Setter for environmentCrn.void
setNodeCount
(Integer nodeCount) Setter for nodeCount.void
setProductVersion
(String productVersion) Setter for productVersion.void
Setter for type.toString()
-
Constructor Details
-
ClusterDefinitionSummary
public ClusterDefinitionSummary()
-
-
Method Details
-
getClusterDefinitionName
Getter for clusterDefinitionName. The name of the cluster definition. -
setClusterDefinitionName
Setter for clusterDefinitionName. The name of the cluster definition. -
getCrn
Getter for crn. The CRN of the cluster definition. -
setCrn
Setter for crn. The CRN of the cluster definition. -
getType
Getter for type. The type of cluster definition. -
setType
Setter for type. The type of cluster definition. -
getNodeCount
Getter for nodeCount. The node count of the cluster. -
setNodeCount
Setter for nodeCount. The node count of the cluster. -
getCloudPlatform
Getter for cloudPlatform. The cloud platform. -
setCloudPlatform
Setter for cloudPlatform. The cloud platform. -
getProductVersion
Getter for productVersion. The product version. -
setProductVersion
Setter for productVersion. The product version. -
getEnvironmentCrn
Getter for environmentCrn. The CRN of the environment. -
setEnvironmentCrn
Setter for environmentCrn. The CRN of the environment. -
getDescription
Getter for description. The description of the cluster definition. -
setDescription
Setter for description. The description of the cluster definition. -
equals
-
hashCode
public int hashCode() -
toString
-