类 MyWalkRemindSettingBean


  • public class MyWalkRemindSettingBean
    extends java.lang.Object
    设备的走动提醒设置实体类 【*注:合法的配置 开始时间与结束时间间隔需大于5小时小于15小时】
    • 构造器详细资料

      • MyWalkRemindSettingBean

        public MyWalkRemindSettingBean​(int beginHour,
                                       int endHour,
                                       boolean deviceIsNotifyEnable,
                                       int deviceMode)
    • 方法详细资料

      • getBeginHour

        public int getBeginHour()
      • setBeginHour

        public void setBeginHour​(int beginHour)
      • getEndHour

        public int getEndHour()
      • setEndHour

        public void setEndHour​(int endHour)
      • isDeviceIsNotifyEnable

        public boolean isDeviceIsNotifyEnable()
      • setDeviceIsNotifyEnable

        public void setDeviceIsNotifyEnable​(boolean deviceIsNotifyEnable)
      • getDeviceMode

        public int getDeviceMode()
      • setDeviceMode

        public void setDeviceMode​(int deviceMode)
      • toString

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