Class ClusterDefinitionSummary

java.lang.Object
com.cloudera.cdp.datahub.model.ClusterDefinitionSummary

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:24.392-07:00") public class ClusterDefinitionSummary extends Object
Information about a cluster definition.
  • Constructor Details

    • ClusterDefinitionSummary

      public ClusterDefinitionSummary()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object