-
- All Implemented Interfaces:
-
java.io.Serializable
public class DeviceAlarmNotDisturbVO implements Serializable
-
-
Method Summary
Modifier and Type Method Description longgetId()Get item id voidsetId(long id)Set item id StringgetStartTime()Get do not disturb start time voidsetStartTime(String startTime)set do not disturb start time StringgetEndTime()Get do not disturb end time voidsetEndTime(String endTime)Set do not disturb end time StringgetDevIds()Get device id voidsetDevIds(String devIds)Set device id StringgetLoops()Get circulation time voidsetLoops(String loops)Set circulation time StringgetTimezoneId()Get time zone id voidsetTimezoneId(String timezoneId)Set time zone id StringgetTimezone()Get time zone voidsetTimezone(String timezone)Set time zone voidsetAllDevIds(boolean allDevIds)Set to mark whether is all device id booleanisAllDevIds()To mark that whether is all device id -
-
Method Detail
-
getId
long getId()
Get item id
-
setId
void setId(long id)
Set item id
- Parameters:
id- id
-
getStartTime
String getStartTime()
Get do not disturb start time
-
setStartTime
void setStartTime(String startTime)
set do not disturb start time
- Parameters:
startTime- the do not disturb start time
-
getEndTime
String getEndTime()
Get do not disturb end time
-
setEndTime
void setEndTime(String endTime)
Set do not disturb end time
- Parameters:
endTime- the do not disturb end time
-
getDevIds
String getDevIds()
Get device id
-
setDevIds
void setDevIds(String devIds)
Set device id
- Parameters:
devIds- devIds
-
getLoops
String getLoops()
Get circulation time
-
setLoops
void setLoops(String loops)
Set circulation time
- Parameters:
loops- loops
-
getTimezoneId
String getTimezoneId()
Get time zone id
-
setTimezoneId
void setTimezoneId(String timezoneId)
Set time zone id
- Parameters:
timezoneId- timezone Id
-
getTimezone
String getTimezone()
Get time zone
-
setTimezone
void setTimezone(String timezone)
Set time zone
-
setAllDevIds
void setAllDevIds(boolean allDevIds)
Set to mark whether is all device id
- Parameters:
allDevIds- is all device id or not
-
isAllDevIds
boolean isAllDevIds()
To mark that whether is all device id
-
-
-
-