public class NumericDataPoint extends Object
| Constructor and Description |
|---|
NumericDataPoint() |
NumericDataPoint(long timeStamp,
Double value) |
NumericDataPoint(long timeStamp,
int scheduleId,
Double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getScheduleId() |
long |
getTimeStamp() |
Double |
getValue() |
void |
setScheduleId(int scheduleId) |
void |
setTimeStamp(long timeStamp) |
void |
setValue(Double value) |
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.