public class MetricValue extends Object
Constructor and Description |
---|
MetricValue() |
Modifier and Type | Method and Description |
---|---|
Double |
average()
Get the average value.
|
Double |
count()
Get the count value.
|
Double |
maximum()
Get the maximum value.
|
Double |
minimum()
Get the minimum value.
|
org.joda.time.DateTime |
timestamp()
Get the timestamp value.
|
Double |
total()
Get the total value.
|
public Double count()
public Double average()
public Double maximum()
public Double minimum()
public org.joda.time.DateTime timestamp()
public Double total()
Copyright © 2019. All rights reserved.