Package 

Class MeshRelationUpdateEventModel

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String meshId
      private final String cids
      private final String type
    • Method Summary

      Modifier and Type Method Description
      String getMeshId() Get mesh id {@Link DeviceBean#getMeshId()}
      String getCids() Node ids separated by comma.
      String getType() Event type.
      • 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

      • MeshRelationUpdateEventModel

        MeshRelationUpdateEventModel(int from, String meshId, String cids, String type)
    • Method Detail

      • getMeshId

         String getMeshId()

        Get mesh id {@Link DeviceBean#getMeshId()}

      • getCids

         String getCids()

        Node ids separated by comma.

      • getType

         String getType()

        Event type.