-
public final class RelativeHumidityDataTYPE_RELATIVE_HUMIDITY: relative humidity in %.
-
-
Field Summary
Fields Modifier and Type Field Description private final DoublesensorTimestampprivate final DoublewallClockTimestampprivate final DoublehumidityPercent
-
Constructor Summary
Constructors Constructor Description RelativeHumidityData(Double sensorTimestamp, Double wallClockTimestamp, Double humidityPercent)
-
Method Summary
Modifier and Type Method Description final DoublegetSensorTimestamp()final DoublegetWallClockTimestamp()final DoublegetHumidityPercent()-
-
Method Detail
-
getSensorTimestamp
final Double getSensorTimestamp()
-
getWallClockTimestamp
final Double getWallClockTimestamp()
-
getHumidityPercent
final Double getHumidityPercent()
-
-
-
-