Package 

Class DeviceAlarmNotDisturbVO

    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
      • 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
      • setTimezoneId

         void setTimezoneId(String timezoneId)

        Set time zone id

        Parameters:
        timezoneId - timezone Id
      • 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