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 |
getInflight()
Get 投递未确认数量
|
Long |
getLag()
Get 堆积数量
|
Long |
getQos()
Get 服务质量等级
0: 至多一次
1: 至少一次
2: 恰好一次
|
String |
getTopicFilter()
Get topic 订阅
|
void |
setInflight(Long Inflight)
Set 投递未确认数量
|
void |
setLag(Long Lag)
Set 堆积数量
|
void |
setQos(Long Qos)
Set 服务质量等级
0: 至多一次
1: 至少一次
2: 恰好一次
|
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, toJsonString
public MQTTClientSubscription()
public MQTTClientSubscription(MQTTClientSubscription source)
public String getTopicFilter()
public void setTopicFilter(String TopicFilter)
TopicFilter
- topic 订阅public Long getQos()
public void setQos(Long Qos)
Qos
- 服务质量等级
0: 至多一次
1: 至少一次
2: 恰好一次public Long getLag()
public void setLag(Long Lag)
Lag
- 堆积数量public Long getInflight()
public void setInflight(Long Inflight)
Inflight
- 投递未确认数量Copyright © 2025. All rights reserved.