-
public class ZigbeeSubDevDpUpdateEventModel extends DeviceDpsUpdateEventModel
Created by letian on 2017/6/3.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringmeshIdprivate final Stringcidprivate final inttypeprivate final booleanisFromCloud
-
Constructor Summary
Constructors Constructor Description ZigbeeSubDevDpUpdateEventModel(String meshId, String cid, String devId, int type, String dps, Map<String, Long> dpsTime, boolean isFromCloud)
-
Method Summary
Modifier and Type Method Description StringgetMeshId()Get gateway device id. StringgetCid()Get sub-device node id. intgetType()booleanisFromCloud()StringgetDps()StringgetDevId()-
Methods inherited from class com.thingclips.smart.interior.event.DeviceDpsUpdateEventModel
getDpsTime, setDevId, setDps, setDpsTime -
Methods inherited from class com.thingclips.smart.interior.event.BaseEventModel
getFrom, setFrom -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-