Class KpiScopeMetricType


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.887-07:00")
    public class KpiScopeMetricType
    extends Object
    Provides the legal metric types for an owning scope
    • Constructor Detail

      • KpiScopeMetricType

        public KpiScopeMetricType()
    • Method Detail

      • getId

        public String getId()
        Getter for id. The internal id of the metric type
      • setId

        public void setId​(String id)
        Setter for id. The internal id of the metric type
      • getLabel

        public String getLabel()
        Getter for label. The user-visible label of the metric type
      • setLabel

        public void setLabel​(String label)
        Setter for label. The user-visible label of the metric type
      • getUnitTypeKey

        public String getUnitTypeKey()
        Getter for unitTypeKey. The unit type key for this metric
      • setUnitTypeKey

        public void setUnitTypeKey​(String unitTypeKey)
        Setter for unitTypeKey. The unit type key for this metric
      • getDefaultUnitId

        public String getDefaultUnitId()
        Getter for defaultUnitId. The default unitId for this metric
      • setDefaultUnitId

        public void setDefaultUnitId​(String defaultUnitId)
        Setter for defaultUnitId. The default unitId for this metric
      • getDescription

        public String getDescription()
        Getter for description. The user-visible description of the metric type
      • setDescription

        public void setDescription​(String description)
        Setter for description. The user-visible description of the metric type
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object