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 Integer
secondsFromSleepStart
private final Float
sleepDepthStart
-
Constructor Summary
Constructors Constructor Description SleepCycle(Integer secondsFromSleepStart, Float sleepDepthStart)
-
Method Summary
Modifier and Type Method Description final Integer
getSecondsFromSleepStart()
final Float
getSleepDepthStart()
-
-
Method Detail
-
getSecondsFromSleepStart
final Integer getSecondsFromSleepStart()
-
getSleepDepthStart
final Float getSleepDepthStart()
-
-
-
-