Package 

Class DpUpdateEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      public String dp
      private Map<String, Long> dpsTime
      public String devId
    • Constructor Summary

      Constructors 
      Constructor Description
      DpUpdateEventModel(String devId, String dp, boolean fromCloud)
    • Method Summary

      Modifier and Type Method Description
      String getDp()
      void setDp(String dp)
      Map<String, Long> getDpsTime()
      void setDpsTime(Map<String, Long> dpsTime)
      String getDevId()
      void setDevId(String devId)
      boolean isFromCloud()
      • Methods inherited from class java.lang.Object

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

      • DpUpdateEventModel

        DpUpdateEventModel(String devId, String dp, boolean fromCloud)