Class DescribeRocketMQGroupsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tdmq.v20200217.models.DescribeRocketMQGroupsRequest
-
public class DescribeRocketMQGroupsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRocketMQGroupsRequest()DescribeRocketMQGroupsRequest(DescribeRocketMQGroupsRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClusterId()Get 集群IDStringgetFilterGroup()Get 按消费组名称查询消费组,支持模糊查询StringgetFilterOneGroup()Get 订阅组名称,指定此参数后将只返回该订阅组信息StringgetFilterTopic()Get 主题名称,输入此参数可查询该主题下所有的订阅组LonggetLimit()Get 限制条数StringgetNamespaceId()Get 命名空间LonggetOffset()Get 偏移量StringgetSortedBy()Get 按照指定字段排序,可选值为tps,accumulativeStringgetSortOrder()Get 按升序或降序排列,可选值为asc,descString[]getTypes()Get group类型voidsetClusterId(String ClusterId)Set 集群IDvoidsetFilterGroup(String FilterGroup)Set 按消费组名称查询消费组,支持模糊查询voidsetFilterOneGroup(String FilterOneGroup)Set 订阅组名称,指定此参数后将只返回该订阅组信息voidsetFilterTopic(String FilterTopic)Set 主题名称,输入此参数可查询该主题下所有的订阅组voidsetLimit(Long Limit)Set 限制条数voidsetNamespaceId(String NamespaceId)Set 命名空间voidsetOffset(Long Offset)Set 偏移量voidsetSortedBy(String SortedBy)Set 按照指定字段排序,可选值为tps,accumulativevoidsetSortOrder(String SortOrder)Set 按升序或降序排列,可选值为asc,descvoidsetTypes(String[] Types)Set group类型voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeRocketMQGroupsRequest
public DescribeRocketMQGroupsRequest()
-
DescribeRocketMQGroupsRequest
public DescribeRocketMQGroupsRequest(DescribeRocketMQGroupsRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-
Method Detail
-
getClusterId
public String getClusterId()
Get 集群ID- Returns:
- ClusterId 集群ID
-
setClusterId
public void setClusterId(String ClusterId)
Set 集群ID- Parameters:
ClusterId- 集群ID
-
getNamespaceId
public String getNamespaceId()
Get 命名空间- Returns:
- NamespaceId 命名空间
-
setNamespaceId
public void setNamespaceId(String NamespaceId)
Set 命名空间- Parameters:
NamespaceId- 命名空间
-
getOffset
public Long getOffset()
Get 偏移量- Returns:
- Offset 偏移量
-
setOffset
public void setOffset(Long Offset)
Set 偏移量- Parameters:
Offset- 偏移量
-
getLimit
public Long getLimit()
Get 限制条数- Returns:
- Limit 限制条数
-
setLimit
public void setLimit(Long Limit)
Set 限制条数- Parameters:
Limit- 限制条数
-
getFilterTopic
public String getFilterTopic()
Get 主题名称,输入此参数可查询该主题下所有的订阅组- Returns:
- FilterTopic 主题名称,输入此参数可查询该主题下所有的订阅组
-
setFilterTopic
public void setFilterTopic(String FilterTopic)
Set 主题名称,输入此参数可查询该主题下所有的订阅组- Parameters:
FilterTopic- 主题名称,输入此参数可查询该主题下所有的订阅组
-
getFilterGroup
public String getFilterGroup()
Get 按消费组名称查询消费组,支持模糊查询- Returns:
- FilterGroup 按消费组名称查询消费组,支持模糊查询
-
setFilterGroup
public void setFilterGroup(String FilterGroup)
Set 按消费组名称查询消费组,支持模糊查询- Parameters:
FilterGroup- 按消费组名称查询消费组,支持模糊查询
-
getSortedBy
public String getSortedBy()
Get 按照指定字段排序,可选值为tps,accumulative- Returns:
- SortedBy 按照指定字段排序,可选值为tps,accumulative
-
setSortedBy
public void setSortedBy(String SortedBy)
Set 按照指定字段排序,可选值为tps,accumulative- Parameters:
SortedBy- 按照指定字段排序,可选值为tps,accumulative
-
getSortOrder
public String getSortOrder()
Get 按升序或降序排列,可选值为asc,desc- Returns:
- SortOrder 按升序或降序排列,可选值为asc,desc
-
setSortOrder
public void setSortOrder(String SortOrder)
Set 按升序或降序排列,可选值为asc,desc- Parameters:
SortOrder- 按升序或降序排列,可选值为asc,desc
-
getFilterOneGroup
public String getFilterOneGroup()
Get 订阅组名称,指定此参数后将只返回该订阅组信息- Returns:
- FilterOneGroup 订阅组名称,指定此参数后将只返回该订阅组信息
-
setFilterOneGroup
public void setFilterOneGroup(String FilterOneGroup)
Set 订阅组名称,指定此参数后将只返回该订阅组信息- Parameters:
FilterOneGroup- 订阅组名称,指定此参数后将只返回该订阅组信息
-
getTypes
public String[] getTypes()
Get group类型- Returns:
- Types group类型
-
setTypes
public void setTypes(String[] Types)
Set group类型- Parameters:
Types- group类型
-
-