public class MQTTClientSubscription extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| MQTTClientSubscription() | 
| MQTTClientSubscription(MQTTClientSubscription source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getQos()Get 服务质量等级 | 
| String | getTopicFilter()Get topic 订阅 | 
| void | setQos(Long Qos)Set 服务质量等级 | 
| void | setTopicFilter(String TopicFilter)Set topic 订阅 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic MQTTClientSubscription()
public MQTTClientSubscription(MQTTClientSubscription source)
public String getTopicFilter()
public void setTopicFilter(String TopicFilter)
TopicFilter - topic 订阅public Long getQos()
public void setQos(Long Qos)
Qos - 服务质量等级Copyright © 2025. All rights reserved.