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="2025-10-28T14:00:25.843-07:00")
public class ClusterTemplateSummary
extends Object
Information about a cluster template.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for clusterTemplateName.getCrn()Getter for crn.Getter for description.Getter for instanceGroupCount.Getter for productVersion.Getter for status.getTags()Getter for tags.inthashCode()voidsetClusterTemplateName(String clusterTemplateName) Setter for clusterTemplateName.voidSetter for crn.voidsetDescription(String description) Setter for description.voidsetInstanceGroupCount(Integer instanceGroupCount) Setter for instanceGroupCount.voidsetProductVersion(String productVersion) Setter for productVersion.voidSetter for status.voidsetTags(List<DatahubResourceTag> tags) Setter for tags.toString()
-
Constructor Details
-
ClusterTemplateSummary
public ClusterTemplateSummary()
-
-
Method Details
-
getClusterTemplateName
Getter for clusterTemplateName. The name of the cluster template. -
setClusterTemplateName
Setter for clusterTemplateName. The name of the cluster template. -
getCrn
Getter for crn. The CRN of the cluster template. -
setCrn
Setter for crn. The CRN of the cluster template. -
getDescription
Getter for description. The description of the cluster template. -
setDescription
Setter for description. The description of the cluster template. -
getProductVersion
Getter for productVersion. The product version. -
setProductVersion
Setter for productVersion. The product version. -
getInstanceGroupCount
Getter for instanceGroupCount. The instance group count of the cluster. -
setInstanceGroupCount
Setter for instanceGroupCount. The instance group count of the cluster. -
getStatus
Getter for status. The status of the cluster template. -
setStatus
Setter for status. The status of the cluster template. -
getTags
Getter for tags. Tags added to the cluster template. -
setTags
Setter for tags. Tags added to the cluster template. -
equals
-
hashCode
public int hashCode() -
toString
-