-
- All Implemented Interfaces:
-
java.io.Serializable
public class DeviceAlarmNotDisturbVO implements Serializable
-
-
Method Summary
Modifier and Type Method Description long
getId()
Get item id void
setId(long id)
Set item id String
getStartTime()
Get do not disturb start time void
setStartTime(String startTime)
set do not disturb start time String
getEndTime()
Get do not disturb end time void
setEndTime(String endTime)
Set do not disturb end time String
getDevIds()
Get device id void
setDevIds(String devIds)
Set device id String
getLoops()
Get circulation time void
setLoops(String loops)
Set circulation time String
getTimezoneId()
Get time zone id void
setTimezoneId(String timezoneId)
Set time zone id String
getTimezone()
Get time zone void
setTimezone(String timezone)
Set time zone void
setAllDevIds(boolean allDevIds)
Set to mark whether is all device id boolean
isAllDevIds()
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
-
-
-
-