public class SensorData
extends java.lang.Object
Constructor and Description |
---|
SensorData(int global_id,
float reading,
java.util.Date timestamp)
Stores a row of a given sensor's data history
|
Modifier and Type | Method and Description |
---|---|
int |
getID() |
float |
getReading() |
java.util.Date |
getTimestamp() |