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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for defaultUnitId.Getter for description.getId()
Getter for id.getLabel()
Getter for label.Getter for unitTypeKey.int
hashCode()
void
setDefaultUnitId
(String defaultUnitId) Setter for defaultUnitId.void
setDescription
(String description) Setter for description.void
Setter for id.void
Setter for label.void
setUnitTypeKey
(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
-