Package 

Class MQ_Link_DeviceMessageBean

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ThingSmartThingMessageType messageType
      private Map<String, Object> payload
      private String deviceId
    • Method Summary

      Modifier and Type Method Description
      ThingSmartThingMessageType getMessageType()
      void setMessageType(ThingSmartThingMessageType messageType)
      Map<String, Object> getPayload()
      void setPayload(Map<String, Object> payload)
      String getDeviceId()
      void setDeviceId(String deviceId)
      • Methods inherited from class java.lang.Object

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

      • MQ_Link_DeviceMessageBean

        MQ_Link_DeviceMessageBean()
      • MQ_Link_DeviceMessageBean

        MQ_Link_DeviceMessageBean(ThingSmartThingMessageType messageType, Map<String, Object> payload, String deviceId)