Package 

Class ZigbeeSubDevDpUpdateEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String meshId
      private final String cid
      private final int type
      private final boolean isFromCloud
    • 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
      String getMeshId() Get gateway device id.
      String getCid() Get sub-device node id.
      int getType()
      boolean isFromCloud()
      String getDps()
      String getDevId()
      • 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
    • Constructor Detail

      • ZigbeeSubDevDpUpdateEventModel

        ZigbeeSubDevDpUpdateEventModel(String meshId, String cid, String devId, int type, String dps, Map<String, Long> dpsTime, boolean isFromCloud)