Package 

Class ActionDeviceGroupId

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class ActionDeviceGroupId
     implements Serializable
                        
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private List<String> deviceIds
      private List<Long> groupIds
      private Map<String, Map<String, String>> exts
    • Method Summary

      Modifier and Type Method Description
      List<String> getDeviceIds()
      void setDeviceIds(List<String> deviceIds)
      List<Long> getGroupIds()
      void setGroupIds(List<Long> groupIds)
      Map<String, Map<String, String>> getExts()
      void setExts(Map<String, Map<String, String>> exts)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait