Class KpiScopeMetricType
java.lang.Object
com.cloudera.cdp.dfworkload.model.KpiScopeMetricType
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2025-10-28T14:00:31.001-07:00")
public class KpiScopeMetricType
extends Object
Provides the legal metric types for an owning scope
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for defaultUnitId.Getter for description.getId()Getter for id.getLabel()Getter for label.Getter for unitTypeKey.inthashCode()voidsetDefaultUnitId(String defaultUnitId) Setter for defaultUnitId.voidsetDescription(String description) Setter for description.voidSetter for id.voidSetter for label.voidsetUnitTypeKey(String unitTypeKey) Setter for unitTypeKey.toString()
-
Constructor Details
-
KpiScopeMetricType
public KpiScopeMetricType()
-
-
Method Details
-
getId
Getter for id. The internal id of the metric type -
setId
Setter for id. The internal id of the metric type -
getLabel
Getter for label. The user-visible label of the metric type -
setLabel
Setter for label. The user-visible label of the metric type -
getUnitTypeKey
Getter for unitTypeKey. The unit type key for this metric -
setUnitTypeKey
Setter for unitTypeKey. The unit type key for this metric -
getDefaultUnitId
Getter for defaultUnitId. The default unitId for this metric -
setDefaultUnitId
Setter for defaultUnitId. The default unitId for this metric -
getDescription
Getter for description. The user-visible description of the metric type -
setDescription
Setter for description. The user-visible description of the metric type -
equals
-
hashCode
public int hashCode() -
toString
-