Class DescribeRocketMQMsgTraceRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeRocketMQMsgTraceRequest
-
public class DescribeRocketMQMsgTraceRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRocketMQMsgTraceRequest()DescribeRocketMQMsgTraceRequest(DescribeRocketMQMsgTraceRequest 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群idStringgetEnvironmentId()Get 命名空间StringgetGroupName()Get 消费组、订阅StringgetMsgId()Get 消息idBooleangetQueryDLQMsg()Get 查询死信时该值为trueStringgetTopicName()Get 主题,rocketmq查询死信时值为groupIdvoidsetClusterId(String ClusterId)Set 集群idvoidsetEnvironmentId(String EnvironmentId)Set 命名空间voidsetGroupName(String GroupName)Set 消费组、订阅voidsetMsgId(String MsgId)Set 消息idvoidsetQueryDLQMsg(Boolean QueryDLQMsg)Set 查询死信时该值为truevoidsetTopicName(String TopicName)Set 主题,rocketmq查询死信时值为groupIdvoidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRocketMQMsgTraceRequest
public DescribeRocketMQMsgTraceRequest()
-
DescribeRocketMQMsgTraceRequest
public DescribeRocketMQMsgTraceRequest(DescribeRocketMQMsgTraceRequest 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.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群id- Returns:
- ClusterId 集群id
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群id- Parameters:
ClusterId- 集群id
-
getEnvironmentId
public String getEnvironmentId()
Get 命名空间- Returns:
- EnvironmentId 命名空间
-
setEnvironmentId
public void setEnvironmentId(String EnvironmentId)
Set 命名空间- Parameters:
EnvironmentId- 命名空间
-
getTopicName
public String getTopicName()
Get 主题,rocketmq查询死信时值为groupId- Returns:
- TopicName 主题,rocketmq查询死信时值为groupId
-
setTopicName
public void setTopicName(String TopicName)
Set 主题,rocketmq查询死信时值为groupId- Parameters:
TopicName- 主题,rocketmq查询死信时值为groupId
-
getMsgId
public String getMsgId()
Get 消息id- Returns:
- MsgId 消息id
-
setMsgId
public void setMsgId(String MsgId)
Set 消息id- Parameters:
MsgId- 消息id
-
getGroupName
public String getGroupName()
Get 消费组、订阅- Returns:
- GroupName 消费组、订阅
-
setGroupName
public void setGroupName(String GroupName)
Set 消费组、订阅- Parameters:
GroupName- 消费组、订阅
-
getQueryDLQMsg
public Boolean getQueryDLQMsg()
Get 查询死信时该值为true- Returns:
- QueryDLQMsg 查询死信时该值为true
-
setQueryDLQMsg
public void setQueryDLQMsg(Boolean QueryDLQMsg)
Set 查询死信时该值为true- Parameters:
QueryDLQMsg- 查询死信时该值为true
-
-