Package com.polar.sdk.api.model.sleep
Class SleepCycle
-
- All Implemented Interfaces:
public final class SleepCycle
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegersecondsFromSleepStartprivate final FloatsleepDepthStart
-
Constructor Summary
Constructors Constructor Description SleepCycle(Integer secondsFromSleepStart, Float sleepDepthStart)
-
Method Summary
Modifier and Type Method Description final IntegergetSecondsFromSleepStart()final FloatgetSleepDepthStart()-
-
Method Detail
-
getSecondsFromSleepStart
final Integer getSecondsFromSleepStart()
-
getSleepDepthStart
final Float getSleepDepthStart()
-
-
-
-