Package com.cloudera.cdp.datahub.model
Class ClusterTemplateSummary
- java.lang.Object
-
- com.cloudera.cdp.datahub.model.ClusterTemplateSummary
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:16.679-07:00") public class ClusterTemplateSummary extends Object
Information about a cluster template.
-
-
Constructor Summary
Constructors Constructor Description ClusterTemplateSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getClusterTemplateName()
Getter for clusterTemplateName.String
getCrn()
Getter for crn.String
getDescription()
Getter for description.Integer
getInstanceGroupCount()
Getter for instanceGroupCount.String
getProductVersion()
Getter for productVersion.String
getStatus()
Getter for status.List<DatahubResourceTag>
getTags()
Getter for tags.int
hashCode()
void
setClusterTemplateName(String clusterTemplateName)
Setter for clusterTemplateName.void
setCrn(String crn)
Setter for crn.void
setDescription(String description)
Setter for description.void
setInstanceGroupCount(Integer instanceGroupCount)
Setter for instanceGroupCount.void
setProductVersion(String productVersion)
Setter for productVersion.void
setStatus(String status)
Setter for status.void
setTags(List<DatahubResourceTag> tags)
Setter for tags.String
toString()
-
-
-
Method Detail
-
getClusterTemplateName
public String getClusterTemplateName()
Getter for clusterTemplateName. The name of the cluster template.
-
setClusterTemplateName
public void setClusterTemplateName(String clusterTemplateName)
Setter for clusterTemplateName. The name of the cluster template.
-
getCrn
public String getCrn()
Getter for crn. The CRN of the cluster template.
-
setCrn
public void setCrn(String crn)
Setter for crn. The CRN of the cluster template.
-
getDescription
public String getDescription()
Getter for description. The description of the cluster template.
-
setDescription
public void setDescription(String description)
Setter for description. The description of the cluster template.
-
getProductVersion
public String getProductVersion()
Getter for productVersion. The product version.
-
setProductVersion
public void setProductVersion(String productVersion)
Setter for productVersion. The product version.
-
getInstanceGroupCount
public Integer getInstanceGroupCount()
Getter for instanceGroupCount. The instance group count of the cluster.
-
setInstanceGroupCount
public void setInstanceGroupCount(Integer instanceGroupCount)
Setter for instanceGroupCount. The instance group count of the cluster.
-
getStatus
public String getStatus()
Getter for status. The status of the cluster template.
-
setStatus
public void setStatus(String status)
Setter for status. The status of the cluster template.
-
getTags
public List<DatahubResourceTag> getTags()
Getter for tags. Tags added to the cluster template.
-
setTags
public void setTags(List<DatahubResourceTag> tags)
Setter for tags. Tags added to the cluster template.
-
-