Class DescribeRocketMQMsgTraceRequest


  • public class DescribeRocketMQMsgTraceRequest
    extends AbstractModel
    • 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