Package org.shredzone.geordi.data
Class Sample
java.lang.Object
org.shredzone.geordi.data.Sample
public class Sample extends Object
-
Constructor Summary
Constructors Constructor Description Sample(Sensor sensor, Instant timestamp, BigDecimal value)Creates a newSample. -
Method Summary
Modifier and Type Method Description SensorgetSensor()Returns theSensorthat was read.InstantgetTimestamp()Returns theInstantthe sensor was read.BigDecimalgetValue()Returns the sensor value at that instant.StringtoString()