com.baidubce.services.dugo.core.protocol.mqtt
Class BceIotMessage
java.lang.Object
com.baidubce.services.dugo.core.protocol.mqtt.BceIotMessage
public class BceIotMessage
- extends Object
the bce MQTT message
Created by liuzhenxing01 on 2018/10/9.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BceIotMessage
public BceIotMessage()
getTopic
public String getTopic()
setTopic
public void setTopic(String topic)
getQos
public int getQos()
setQos
public void setQos(int qos)
getPayload
public byte[] getPayload()
setPayload
public void setPayload(byte[] payload)
Copyright © 2018. All rights reserved.