public class DataPoint extends Object implements Serializable
| Constructor and Description |
|---|
DataPoint(Double value,
Long timestamp) |
DataPoint(Double value,
Long timestamp,
Double max,
Double min) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Double |
getMax() |
Double |
getMin() |
Long |
getTimestamp() |
Double |
getValue() |
int |
hashCode() |
String |
toString() |
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.