Class KpiScopeMetricType

java.lang.Object
com.cloudera.cdp.dfworkload.model.KpiScopeMetricType

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:28.696-07:00") public class KpiScopeMetricType extends Object
Provides the legal metric types for an owning scope
  • Constructor Details

    • KpiScopeMetricType

      public KpiScopeMetricType()
  • Method Details

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