public class DescribeRocketMQMsgRequest extends AbstractModel
skipSign
Constructor and Description |
---|
DescribeRocketMQMsgRequest() |
DescribeRocketMQMsgRequest(DescribeRocketMQMsgRequest 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 |
---|---|
String |
getClusterId()
Get 集群id
|
String |
getEnvironmentId()
Get 命名空间
|
String |
getMsgId()
Get 消息id
|
String |
getPulsarMsgId()
Get pulsar消息id
|
Boolean |
getQueryDlqMsg()
Get 查询死信时该值为true,只对Rocketmq有效
|
String |
getTopicName()
Get 主题,查询死信时传groupId
|
void |
setClusterId(String ClusterId)
Set 集群id
|
void |
setEnvironmentId(String EnvironmentId)
Set 命名空间
|
void |
setMsgId(String MsgId)
Set 消息id
|
void |
setPulsarMsgId(String PulsarMsgId)
Set pulsar消息id
|
void |
setQueryDlqMsg(Boolean QueryDlqMsg)
Set 查询死信时该值为true,只对Rocketmq有效
|
void |
setTopicName(String TopicName)
Set 主题,查询死信时传groupId
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeRocketMQMsgRequest()
public DescribeRocketMQMsgRequest(DescribeRocketMQMsgRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId
- 集群idpublic String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 命名空间public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题,查询死信时传groupIdpublic String getMsgId()
public void setMsgId(String MsgId)
MsgId
- 消息idpublic String getPulsarMsgId()
public void setPulsarMsgId(String PulsarMsgId)
PulsarMsgId
- pulsar消息idpublic Boolean getQueryDlqMsg()
public void setQueryDlqMsg(Boolean QueryDlqMsg)
QueryDlqMsg
- 查询死信时该值为true,只对Rocketmq有效Copyright © 2023. All rights reserved.