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 Float
celsius
private final Float
fahrenheit
-
Constructor Summary
Constructors Constructor Description PolarHealthThermometerData(Float celsius, Float fahrenheit)
-
Method Summary
Modifier and Type Method Description final Float
getCelsius()
final Float
getFahrenheit()
-
-
Method Detail
-
getCelsius
final Float getCelsius()
-
getFahrenheit
final Float getFahrenheit()
-
-
-
-