Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQMsgTraceRequest

Inherits:
Common::AbstractModel
  • Object
show all
Extended by:
Gem::Deprecate
Defined in:
lib/v20200217/models.rb

Overview

DescribeRocketMQMsgTrace请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, environmentid = nil, topicname = nil, msgid = nil, groupname = nil, querydlqmsg = nil, querydeadlettermessage = nil) ⇒ DescribeRocketMQMsgTraceRequest

Returns a new instance of DescribeRocketMQMsgTraceRequest.



6461
6462
6463
6464
6465
6466
6467
6468
6469
# File 'lib/v20200217/models.rb', line 6461

def initialize(clusterid=nil, environmentid=nil, topicname=nil, msgid=nil, groupname=nil, querydlqmsg=nil, querydeadlettermessage=nil)
  @ClusterId = clusterid
  @EnvironmentId = environmentid
  @TopicName = topicname
  @MsgId = msgid
  @GroupName = groupname
  @QueryDLQMsg = querydlqmsg
  @QueryDeadLetterMessage = querydeadlettermessage
end

Instance Attribute Details

#ClusterIdObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def ClusterId
  @ClusterId
end

#EnvironmentIdObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def EnvironmentId
  @EnvironmentId
end

#GroupNameObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def GroupName
  @GroupName
end

#MsgIdObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def MsgId
  @MsgId
end

#QueryDeadLetterMessageObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def QueryDeadLetterMessage
  @QueryDeadLetterMessage
end

#QueryDLQMsgObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def QueryDLQMsg
  @QueryDLQMsg
end

#TopicNameObject

Parameters:

  • ClusterId:

    集群id

  • EnvironmentId:

    命名空间

  • TopicName:

    主题,rocketmq查询死信时值为groupId

  • MsgId:

    消息id

  • GroupName:

    消费组、订阅

  • QueryDLQMsg:

    查询死信时该值为true

  • QueryDeadLetterMessage:

    查询死信时该值为true



6456
6457
6458
# File 'lib/v20200217/models.rb', line 6456

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



6471
6472
6473
6474
6475
6476
6477
6478
6479
# File 'lib/v20200217/models.rb', line 6471

def deserialize(params)
  @ClusterId = params['ClusterId']
  @EnvironmentId = params['EnvironmentId']
  @TopicName = params['TopicName']
  @MsgId = params['MsgId']
  @GroupName = params['GroupName']
  @QueryDLQMsg = params['QueryDLQMsg']
  @QueryDeadLetterMessage = params['QueryDeadLetterMessage']
end