public class MetricLong extends Metric
Constructor and Description |
---|
MetricLong() |
MetricLong(MetricId metricId,
long value) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
long |
getValue() |
int |
hashCode() |
void |
setValue(long value) |
String |
toValueString() |
getMetricId, setMetricId, toString
public MetricLong()
public MetricLong(MetricId metricId, long value)
public long getValue()
public void setValue(long value)
public String toValueString()
toValueString
in class Metric
Copyright © 2007, 2013, Oracle and/or its affiliates. All rights reserved.