public final class Metric
Run-time execution metric.
Official doc
private final String
name
private final Double
value
Metric(String name, Double value)
final String
component1()
final Double
component2()
final Metric
copy(String name, Double value)
getName()
getValue()
equals, hashCode, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final String component1()
final Double component2()
final Metric copy(String name, Double value)
final String getName()
Metric name.
final Double getValue()
Metric value.