Package com.polar.sdk.api.model
Class PolarHealthThermometerData
-
- All Implemented Interfaces:
public final class PolarHealthThermometerData
-
-
Field Summary
Fields Modifier and Type Field Description private final Floatcelsiusprivate final Floatfahrenheit
-
Constructor Summary
Constructors Constructor Description PolarHealthThermometerData(Float celsius, Float fahrenheit)
-
Method Summary
Modifier and Type Method Description final FloatgetCelsius()final FloatgetFahrenheit()-
-
Method Detail
-
getCelsius
final Float getCelsius()
-
getFahrenheit
final Float getFahrenheit()
-
-
-
-