Package 

Class DeviceUpdateEventModel

    • Method Summary

      Modifier and Type Method Description
      long getHomeId()
      String getMeshId()
      String getDevId()
      int getMode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DeviceUpdateEventModel

        DeviceUpdateEventModel(long homeId, String gwId, int mode)
      • DeviceUpdateEventModel

        DeviceUpdateEventModel(String meshId, String devId, int mode)