public class DescribeRocketMQMsgRequest extends AbstractModel
header, 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 Cluster ID | 
| String | getEnvironmentId()Get Namespace ID | 
| String | getMsgId()Get Message ID | 
| String | getPulsarMsgId()Get ID of a TDMQ for Pulsar message | 
| Boolean | getQueryDlqMsg()Get The value of this parameter is `true` when you query a dead letter queue. | 
| String | getTopicName()Get Topic name. | 
| void | setClusterId(String ClusterId)Set Cluster ID | 
| void | setEnvironmentId(String EnvironmentId)Set Namespace ID | 
| void | setMsgId(String MsgId)Set Message ID | 
| void | setPulsarMsgId(String PulsarMsgId)Set ID of a TDMQ for Pulsar message | 
| void | setQueryDlqMsg(Boolean QueryDlqMsg)Set The value of this parameter is `true` when you query a dead letter queue. | 
| void | setTopicName(String TopicName)Set Topic name. | 
| 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 DescribeRocketMQMsgRequest()
public DescribeRocketMQMsgRequest(DescribeRocketMQMsgRequest source)
public String getClusterId()
public void setClusterId(String ClusterId)
ClusterId - Cluster IDpublic String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Namespace IDpublic String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic name. Pass in the group ID when querying a dead letter queue.public String getMsgId()
public void setMsgId(String MsgId)
MsgId - Message IDpublic String getPulsarMsgId()
public void setPulsarMsgId(String PulsarMsgId)
PulsarMsgId - ID of a TDMQ for Pulsar messagepublic Boolean getQueryDlqMsg()
public void setQueryDlqMsg(Boolean QueryDlqMsg)
QueryDlqMsg - The value of this parameter is `true` when you query a dead letter queue. It only applies to TDMQ for RocketMQ.Copyright © 2025. All rights reserved.