类 MySleepIntervalBean


  • public class MySleepIntervalBean
    extends java.lang.Object
    • 字段详细资料

      • 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
        另请参阅:
        常量字段值
    • 构造器详细资料

      • MySleepIntervalBean

        public MySleepIntervalBean​(int type,
                                   int time)
    • 方法详细资料

      • getType

        public int getType()
      • setType

        public void setType​(int type)
      • getTime

        public int getTime()
      • setTime

        public void setTime​(int time)
      • toString

        @NonNull
        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object