Class ClusterDefinitionSummary


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:44.965-07:00")
    public class ClusterDefinitionSummary
    extends Object
    Information about a cluster definition.
    • Constructor Detail

      • ClusterDefinitionSummary

        public ClusterDefinitionSummary()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object