类 MySleepIntervalBean
- java.lang.Object
-
- com.ltdigital.sdk.android.ble_protocol.bean.MySleepIntervalBean
-
public class MySleepIntervalBean extends java.lang.Object
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static interface
MySleepIntervalBean.SleepType
-
字段概要
字段 修饰符和类型 字段 说明 static int
SLEEP_CURVE_TYPE_AWAKE
static int
SLEEP_CURVE_TYPE_DEEP
static int
SLEEP_CURVE_TYPE_LIGHT
static int
SLEEP_CURVE_TYPE_MOVING
static int
SLEEP_CURVE_TYPE_NAP
static int
SLEEP_CURVE_TYPE_NO_WEAR
static int
SLEEP_CURVE_TYPE_NOON
static int
SLEEP_CURVE_TYPE_REM
-
构造器概要
构造器 构造器 说明 MySleepIntervalBean(int type, int time)
-
-
-
字段详细资料
-
SLEEP_CURVE_TYPE_NO_WEAR
public static final int SLEEP_CURVE_TYPE_NO_WEAR
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_DEEP
public static final int SLEEP_CURVE_TYPE_DEEP
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_LIGHT
public static final int SLEEP_CURVE_TYPE_LIGHT
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_AWAKE
public static final int SLEEP_CURVE_TYPE_AWAKE
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_NOON
public static final int SLEEP_CURVE_TYPE_NOON
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_MOVING
public static final int SLEEP_CURVE_TYPE_MOVING
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_REM
public static final int SLEEP_CURVE_TYPE_REM
- 另请参阅:
- 常量字段值
-
SLEEP_CURVE_TYPE_NAP
public static final int SLEEP_CURVE_TYPE_NAP
- 另请参阅:
- 常量字段值
-
-