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 String dps
      private final String devId
      private final boolean isFromCloud
    • Constructor Summary

      Constructors 
      Constructor Description
      ZigbeeSubDevDpUpdateEventModel(String meshId, String cid, String devId, int type, String dps, boolean isFromCloud)
    • Method Summary

      Modifier and Type Method Description
      String getMeshId()
      String getCid()
      int getType()
      String getDps()
      String getDevId()
      boolean isFromCloud()
      • 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, boolean isFromCloud)