-
- All Implemented Interfaces:
-
java.io.Serializable
public class SceneTaskGroupDevice implements Serializablecreate by nielev on 2018/10/17
-
-
Field Summary
Fields Modifier and Type Field Description List<DeviceBean>devicesList<GroupBean>goupsMap<String, Map>exts
-
Method Summary
Modifier and Type Method Description List<DeviceBean>getDevices()voidsetDevices(List<DeviceBean> devices)List<GroupBean>getGoups()voidsetGoups(List<GroupBean> goups)Map<String, Map>getExts()voidsetExts(Map<String, Map> exts)-
-
Method Detail
-
getDevices
List<DeviceBean> getDevices()
-
setDevices
void setDevices(List<DeviceBean> devices)
-
getExts
Map<String, Map> getExts()
-
setExts
void setExts(Map<String, Map> exts)
-
-
-
-