Class DescribeRocketMQTopicsRequest


  • public class DescribeRocketMQTopicsRequest
    extends AbstractModel
    • Constructor Detail

      • DescribeRocketMQTopicsRequest

        public DescribeRocketMQTopicsRequest()
      • DescribeRocketMQTopicsRequest

        public DescribeRocketMQTopicsRequest​(DescribeRocketMQTopicsRequest 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

      • 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 - 查询限制数
      • 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 - 命名空间
      • getFilterType

        public String[] getFilterType()
        Get 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction
        Returns:
        FilterType 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction
      • setFilterType

        public void setFilterType​(String[] FilterType)
        Set 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction
        Parameters:
        FilterType - 按主题类型过滤查询结果,可选择Normal, GlobalOrder, PartitionedOrder, Transaction
      • getFilterName

        public String getFilterName()
        Get 按主题名称搜索,支持模糊查询
        Returns:
        FilterName 按主题名称搜索,支持模糊查询
      • setFilterName

        public void setFilterName​(String FilterName)
        Set 按主题名称搜索,支持模糊查询
        Parameters:
        FilterName - 按主题名称搜索,支持模糊查询