Class KpiScopeMetricType
- java.lang.Object
-
- com.cloudera.cdp.dfworkload.model.KpiScopeMetricType
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-14T10:47:19.979-07:00") public class KpiScopeMetricType extends Object
Provides the legal metric types for an owning scope
-
-
Constructor Summary
Constructors Constructor Description KpiScopeMetricType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDefaultUnitId()
Getter for defaultUnitId.String
getDescription()
Getter for description.String
getId()
Getter for id.String
getLabel()
Getter for label.String
getUnitTypeKey()
Getter for unitTypeKey.int
hashCode()
void
setDefaultUnitId(String defaultUnitId)
Setter for defaultUnitId.void
setDescription(String description)
Setter for description.void
setId(String id)
Setter for id.void
setLabel(String label)
Setter for label.void
setUnitTypeKey(String unitTypeKey)
Setter for unitTypeKey.String
toString()
-
-
-
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
-
-