Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQConsumerConnectionDetailRequest

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

Overview

DescribeRocketMQConsumerConnectionDetail请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(clusterid = nil, namespaceid = nil, groupid = nil, clientid = nil, offset = nil, limit = nil, filtertype = nil) ⇒ DescribeRocketMQConsumerConnectionDetailRequest

Returns a new instance of DescribeRocketMQConsumerConnectionDetailRequest.



5973
5974
5975
5976
5977
5978
5979
5980
5981
# File 'lib/v20200217/models.rb', line 5973

def initialize(clusterid=nil, namespaceid=nil, groupid=nil, clientid=nil, offset=nil, limit=nil, filtertype=nil)
  @ClusterId = clusterid
  @NamespaceId = namespaceid
  @GroupId = groupid
  @ClientId = clientid
  @Offset = offset
  @Limit = limit
  @FilterType = filtertype
end

Instance Attribute Details

#ClientIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def ClientId
  @ClientId
end

#ClusterIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def ClusterId
  @ClusterId
end

#FilterTypeObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def FilterType
  @FilterType
end

#GroupIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def GroupId
  @GroupId
end

#LimitObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def Limit
  @Limit
end

#NamespaceIdObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def NamespaceId
  @NamespaceId
end

#OffsetObject

Parameters:

  • ClusterId:

    集群ID

  • NamespaceId:

    命名空间名称

  • GroupId:

    消费组名称

  • ClientId:

    消费端实例ID

  • Offset:

    偏移量

  • Limit:

    限制数目

  • FilterType:

    按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Retry, Transaction, DeadLetter



5971
5972
5973
# File 'lib/v20200217/models.rb', line 5971

def Offset
  @Offset
end

Instance Method Details

#deserialize(params) ⇒ Object



5983
5984
5985
5986
5987
5988
5989
5990
5991
# File 'lib/v20200217/models.rb', line 5983

def deserialize(params)
  @ClusterId = params['ClusterId']
  @NamespaceId = params['NamespaceId']
  @GroupId = params['GroupId']
  @ClientId = params['ClientId']
  @Offset = params['Offset']
  @Limit = params['Limit']
  @FilterType = params['FilterType']
end