Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicMsgsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicMsgsRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQTopicMsgs请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EndTime ⇒ Object
- #EnvironmentId ⇒ Object
- #Limit ⇒ Object
- #MsgId ⇒ Object
- #MsgKey ⇒ Object
- #NumOfLatestMsg ⇒ Object
- #Offset ⇒ Object
- #QueryDeadLetterMessage ⇒ Object
- #QueryDlqMsg ⇒ Object
- #StartTime ⇒ Object
- #Tag ⇒ Object
- #TaskRequestId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, environmentid = nil, topicname = nil, starttime = nil, endtime = nil, msgid = nil, msgkey = nil, offset = nil, limit = nil, taskrequestid = nil, querydlqmsg = nil, numoflatestmsg = nil, tag = nil, querydeadlettermessage = nil) ⇒ DescribeRocketMQTopicMsgsRequest
constructor
A new instance of DescribeRocketMQTopicMsgsRequest.
Constructor Details
#initialize(clusterid = nil, environmentid = nil, topicname = nil, starttime = nil, endtime = nil, msgid = nil, msgkey = nil, offset = nil, limit = nil, taskrequestid = nil, querydlqmsg = nil, numoflatestmsg = nil, tag = nil, querydeadlettermessage = nil) ⇒ DescribeRocketMQTopicMsgsRequest
Returns a new instance of DescribeRocketMQTopicMsgsRequest.
7240 7241 7242 7243 7244 7245 7246 7247 7248 7249 7250 7251 7252 7253 7254 7255 |
# File 'lib/v20200217/models.rb', line 7240 def initialize(clusterid=nil, environmentid=nil, topicname=nil, starttime=nil, endtime=nil, msgid=nil, msgkey=nil, offset=nil, limit=nil, taskrequestid=nil, querydlqmsg=nil, numoflatestmsg=nil, tag=nil, =nil) @ClusterId = clusterid @EnvironmentId = environmentid @TopicName = topicname @StartTime = starttime @EndTime = endtime @MsgId = msgid @MsgKey = msgkey @Offset = offset @Limit = limit @TaskRequestId = taskrequestid @QueryDlqMsg = querydlqmsg @NumOfLatestMsg = numoflatestmsg @Tag = tag @QueryDeadLetterMessage = end |
Instance Attribute Details
#ClusterId ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def ClusterId @ClusterId end |
#EndTime ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def EndTime @EndTime end |
#EnvironmentId ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def EnvironmentId @EnvironmentId end |
#Limit ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def Limit @Limit end |
#MsgId ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def MsgId @MsgId end |
#MsgKey ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def MsgKey @MsgKey end |
#NumOfLatestMsg ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def NumOfLatestMsg @NumOfLatestMsg end |
#Offset ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def Offset @Offset end |
#QueryDeadLetterMessage ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def QueryDeadLetterMessage @QueryDeadLetterMessage end |
#QueryDlqMsg ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def QueryDlqMsg @QueryDlqMsg end |
#StartTime ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def StartTime @StartTime end |
#Tag ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def Tag @Tag end |
#TaskRequestId ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def TaskRequestId @TaskRequestId end |
#TopicName ⇒ Object
7235 7236 7237 |
# File 'lib/v20200217/models.rb', line 7235 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7257 7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 7268 7269 7270 7271 7272 |
# File 'lib/v20200217/models.rb', line 7257 def deserialize(params) @ClusterId = params['ClusterId'] @EnvironmentId = params['EnvironmentId'] @TopicName = params['TopicName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @MsgId = params['MsgId'] @MsgKey = params['MsgKey'] @Offset = params['Offset'] @Limit = params['Limit'] @TaskRequestId = params['TaskRequestId'] @QueryDlqMsg = params['QueryDlqMsg'] @NumOfLatestMsg = params['NumOfLatestMsg'] @Tag = params['Tag'] @QueryDeadLetterMessage = params['QueryDeadLetterMessage'] end |