public interface NoDisturbConfig
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStartTimeString()
Get the start time of the Do-Not-Disturb setting
|
java.lang.String |
getStopTimeString()
Get the end time of the Do-Not-Disturb setting
|
boolean |
isOpen()
Check whether Do Not Disturb is enabled
|
void |
setOpen(boolean open)
Set Do-Not-Disturb
|
void |
setStartTime(java.lang.String startTime)
Set the start time of the Do-Not-Disturb setting
|
void |
setStopTime(java.lang.String endTime)
Set the end time of the Do-Not-Disturb setting
|
java.lang.String getStartTimeString()
java.lang.String getStopTimeString()
void setStartTime(java.lang.String startTime)
startTime
- start time of string type in Hh:mm formatvoid setStopTime(java.lang.String endTime)
endTime
- end time of string type in HH:mm formatboolean isOpen()
void setOpen(boolean open)