Package com.polar.sdk.api.model.sleep
Class SleepWakePhase
-
- All Implemented Interfaces:
public final class SleepWakePhase
-
-
Field Summary
Fields Modifier and Type Field Description private final Integer
secondsFromSleepStart
private final SleepWakeState
state
-
Constructor Summary
Constructors Constructor Description SleepWakePhase(Integer secondsFromSleepStart, SleepWakeState state)
-
Method Summary
Modifier and Type Method Description final Integer
getSecondsFromSleepStart()
final SleepWakeState
getState()
-
-
Constructor Detail
-
SleepWakePhase
SleepWakePhase(Integer secondsFromSleepStart, SleepWakeState state)
-
-
Method Detail
-
getSecondsFromSleepStart
final Integer getSecondsFromSleepStart()
-
getState
final SleepWakeState getState()
-
-
-
-