Class DescribeRocketMQGroupsRequest


  • public class DescribeRocketMQGroupsRequest
    extends AbstractModel
    • 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类型