类 MyWalkRemindSettingBean
- java.lang.Object
-
- com.ltdigital.sdk.android.ble_protocol.bean.MyWalkRemindSettingBean
-
public class MyWalkRemindSettingBean extends java.lang.Object
设备的走动提醒设置实体类 【*注:合法的配置 开始时间与结束时间间隔需大于5小时小于15小时】
-
-
构造器概要
构造器 构造器 说明 MyWalkRemindSettingBean(int beginHour, int endHour, boolean deviceIsNotifyEnable, int deviceMode)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 int
getBeginHour()
int
getDeviceMode()
int
getEndHour()
boolean
isDeviceIsNotifyEnable()
void
setBeginHour(int beginHour)
void
setDeviceIsNotifyEnable(boolean deviceIsNotifyEnable)
void
setDeviceMode(int deviceMode)
void
setEndHour(int endHour)
java.lang.String
toString()
-
-
-
方法详细资料
-
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
-
-