Class KpiScopeMetricType

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:38.216-07:00") public class KpiScopeMetricType extends Object
Provides the legal metric types for an owning scope
  • Constructor Details Link icon

    • KpiScopeMetricType Link icon

      public KpiScopeMetricType()
  • Method Details Link icon

    • getId Link icon

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

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

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

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

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

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

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

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

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

      public void setDescription(String description)
      Setter for description. The user-visible description of the metric type
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object