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="2023-09-27T13:27:50.892-07:00") public class ClusterDefinitionSummary extends Object
Information about a cluster definition.
-
-
Constructor Summary
Constructors Constructor Description ClusterDefinitionSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCloudPlatform()
Getter for cloudPlatform.String
getClusterDefinitionName()
Getter for clusterDefinitionName.String
getCrn()
Getter for crn.String
getDescription()
Getter for description.String
getEnvironmentCrn()
Getter for environmentCrn.Integer
getNodeCount()
Getter for nodeCount.String
getProductVersion()
Getter for productVersion.String
getType()
Getter for type.int
hashCode()
void
setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform.void
setClusterDefinitionName(String clusterDefinitionName)
Setter for clusterDefinitionName.void
setCrn(String crn)
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
setType(String type)
Setter for type.String
toString()
-
-
-
Method Detail
-
getClusterDefinitionName
public String getClusterDefinitionName()
Getter for clusterDefinitionName. The name of the cluster definition.
-
setClusterDefinitionName
public void setClusterDefinitionName(String clusterDefinitionName)
Setter for clusterDefinitionName. The name of the cluster definition.
-
getCrn
public String getCrn()
Getter for crn. The CRN of the cluster definition.
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the cluster definition.
-
getType
public String getType()
Getter for type. The type of cluster definition.
-
setType
public void setType(String type)
Setter for type. The type of cluster definition.
-
getNodeCount
public Integer getNodeCount()
Getter for nodeCount. The node count of the cluster.
-
setNodeCount
public void setNodeCount(Integer nodeCount)
Setter for nodeCount. The node count of the cluster.
-
getCloudPlatform
public String getCloudPlatform()
Getter for cloudPlatform. The cloud platform.
-
setCloudPlatform
public void setCloudPlatform(String cloudPlatform)
Setter for cloudPlatform. The cloud platform.
-
getProductVersion
public String getProductVersion()
Getter for productVersion. The product version.
-
setProductVersion
public void setProductVersion(String productVersion)
Setter for productVersion. The product version.
-
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.
-
getDescription
public String getDescription()
Getter for description. The description of the cluster definition.
-
setDescription
public void setDescription(String description)
Setter for description. The description of the cluster definition.
-
-