public class DataPoint extends Object
| Constructor and Description |
|---|
DataPoint() |
DataPoint(long timestamp,
double value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getTimestamp() |
double |
getValue() |
void |
setTimestamp(long timestamp) |
void |
setValue(double value) |
Copyright © 2014 Red Hat, Inc.. All rights reserved.