public class RocketMQConsumerConnection extends AbstractModel
header, skipSign
Constructor and Description |
---|
RocketMQConsumerConnection() |
RocketMQConsumerConnection(RocketMQConsumerConnection 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 |
getAccumulative()
Get 消息堆积量
|
String |
getClientAddr()
Get 消费者实例的地址和端口
|
String |
getClientId()
Get 消费者实例ID
|
String |
getLanguage()
Get 消费者应用的语言版本
|
String |
getVersion()
Get 消费端版本
|
void |
setAccumulative(Long Accumulative)
Set 消息堆积量
|
void |
setClientAddr(String ClientAddr)
Set 消费者实例的地址和端口
|
void |
setClientId(String ClientId)
Set 消费者实例ID
|
void |
setLanguage(String Language)
Set 消费者应用的语言版本
|
void |
setVersion(String Version)
Set 消费端版本
|
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 RocketMQConsumerConnection()
public RocketMQConsumerConnection(RocketMQConsumerConnection source)
public String getClientId()
public void setClientId(String ClientId)
ClientId
- 消费者实例IDpublic String getClientAddr()
public void setClientAddr(String ClientAddr)
ClientAddr
- 消费者实例的地址和端口public String getLanguage()
public void setLanguage(String Language)
Language
- 消费者应用的语言版本public Long getAccumulative()
public void setAccumulative(Long Accumulative)
Accumulative
- 消息堆积量public String getVersion()
public void setVersion(String Version)
Version
- 消费端版本Copyright © 2024. All rights reserved.