Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQMsgTraceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQMsgTraceRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQMsgTrace请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EnvironmentId ⇒ Object
- #GroupName ⇒ Object
- #MsgId ⇒ Object
- #QueryDeadLetterMessage ⇒ Object
- #QueryDLQMsg ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, environmentid = nil, topicname = nil, msgid = nil, groupname = nil, querydlqmsg = nil, querydeadlettermessage = nil) ⇒ DescribeRocketMQMsgTraceRequest
constructor
A new instance of DescribeRocketMQMsgTraceRequest.
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, =nil) @ClusterId = clusterid @EnvironmentId = environmentid @TopicName = topicname @MsgId = msgid @GroupName = groupname @QueryDLQMsg = querydlqmsg @QueryDeadLetterMessage = end |
Instance Attribute Details
#ClusterId ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def ClusterId @ClusterId end |
#EnvironmentId ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def EnvironmentId @EnvironmentId end |
#GroupName ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def GroupName @GroupName end |
#MsgId ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def MsgId @MsgId end |
#QueryDeadLetterMessage ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def QueryDeadLetterMessage @QueryDeadLetterMessage end |
#QueryDLQMsg ⇒ Object
6456 6457 6458 |
# File 'lib/v20200217/models.rb', line 6456 def QueryDLQMsg @QueryDLQMsg end |
#TopicName ⇒ Object
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 |