Package com.polar.sdk.api.model
Class PolarPressureData.PolarPressureDataSample
-
- All Implemented Interfaces:
public final class PolarPressureData.PolarPressureDataSample
Polar pressure data sample
-
-
Constructor Summary
Constructors Constructor Description PolarPressureData.PolarPressureDataSample(Long timeStamp, Float pressure)
-
Method Summary
Modifier and Type Method Description final Long
getTimeStamp()
moment sample is taken in nanoseconds. final Float
getPressure()
value in bar -
-
Method Detail
-
getTimeStamp
final Long getTimeStamp()
moment sample is taken in nanoseconds. The epoch of timestamp is 1.1.2000
-
getPressure
final Float getPressure()
value in bar
-
-
-
-