Package 

Class DevUpdateEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String gwId
      public String devId
    • Constructor Summary

      Constructors 
      Constructor Description
      DevUpdateEventModel(int from, String gwId, String devId)
    • Method Summary

      Modifier and Type Method Description
      String getGwId()
      void setGwId(String gwId)
      String getDevId()
      void setDevId(String devId)
      • Methods inherited from class java.lang.Object

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

      • DevUpdateEventModel

        DevUpdateEventModel(int from, String gwId, String devId)