Class: TencentCloud::Tdmq::V20200217::VerifyRocketMQConsumeRequest

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

Overview

VerifyRocketMQConsume请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, namespaceid = nil, groupid = nil, msgid = nil, clientid = nil, topicname = nil) ⇒ VerifyRocketMQConsumeRequest

Returns a new instance of VerifyRocketMQConsumeRequest.



13406
13407
13408
13409
13410
13411
13412
13413
# File 'lib/v20200217/models.rb', line 13406

def initialize(clusterid=nil, namespaceid=nil, groupid=nil, msgid=nil, clientid=nil, topicname=nil)
  @ClusterId = clusterid
  @NamespaceId = namespaceid
  @GroupId = groupid
  @MsgId = msgid
  @ClientId = clientid
  @TopicName = topicname
end

Instance Attribute Details

#ClientIdObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def ClientId
  @ClientId
end

#ClusterIdObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def ClusterId
  @ClusterId
end

#GroupIdObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def GroupId
  @GroupId
end

#MsgIdObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def MsgId
  @MsgId
end

#NamespaceIdObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def NamespaceId
  @NamespaceId
end

#TopicNameObject

Parameters:

  • ClusterId:

    集群id

  • NamespaceId:

    命名空间

  • GroupId:

    消费组ID

  • MsgId:

    消息id

  • ClientId:

    客户端ID

  • TopicName:

    主题名称



13404
13405
13406
# File 'lib/v20200217/models.rb', line 13404

def TopicName
  @TopicName
end

Instance Method Details

#deserialize(params) ⇒ Object



13415
13416
13417
13418
13419
13420
13421
13422
# File 'lib/v20200217/models.rb', line 13415

def deserialize(params)
  @ClusterId = params['ClusterId']
  @NamespaceId = params['NamespaceId']
  @GroupId = params['GroupId']
  @MsgId = params['MsgId']
  @ClientId = params['ClientId']
  @TopicName = params['TopicName']
end