Class KpiUnit
java.lang.Object
com.cloudera.cdp.dfworkload.model.KpiUnit
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:28.696-07:00")
public class KpiUnit
extends Object
Captures the legal units for a metric, a means to avoid large numbers either before or after a decimal point
-
Constructor Details
-
KpiUnit
public KpiUnit()
-
-
Method Details
-
getId
Getter for id. The internal ID of the unit -
setId
Setter for id. The internal ID of the unit -
getLabel
Getter for label. The user-visible label of the unit -
setLabel
Setter for label. The user-visible label of the unit -
getFactor
Getter for factor. The conversion factor to use to normalize values with this unit into a common unit -
setFactor
Setter for factor. The conversion factor to use to normalize values with this unit into a common unit -
equals
-
hashCode
public int hashCode() -
toString
-