Package org.onosproject.cpman
Class MetricValue
- java.lang.Object
-
- org.onosproject.cpman.MetricValue
-
public final class MetricValue extends Object
Primitive Metric Value.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetricValue.BuilderMetricValue builder class.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)longgetCount()Returns count value.longgetLoad()Returns load value.longgetRate()Returns rate value.inthashCode()StringtoString()
-