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="2024-09-27T08:40:24.392-07:00")
public class ClusterTemplateSummary
extends Object
Information about a cluster template.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for clusterTemplateName.getCrn()
Getter for crn.Getter for description.Getter for instanceGroupCount.Getter for productVersion.Getter for status.getTags()
Getter for tags.int
hashCode()
void
setClusterTemplateName
(String clusterTemplateName) Setter for clusterTemplateName.void
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
Setter for status.void
setTags
(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
-