public static final class ListSystemAggregationRulesRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
ListSystemAggregationRulesRequest.Builder |
aggregationIds(List<Integer> aggregationIds)
The IDs of the aggregation types.
|
ListSystemAggregationRulesRequest |
build() |
ListSystemAggregationRulesRequest.Builder |
currentPage(Integer currentPage)
The number of the page to return.
|
ListSystemAggregationRulesRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
ListSystemAggregationRulesRequest.Builder |
pageSize(Integer pageSize)
The number of entries to return on each page.
|
ListSystemAggregationRulesRequest.Builder |
ruleName(String ruleName)
The name of the rule.
|
ListSystemAggregationRulesRequest.Builder |
ruleTypes(List<Integer> ruleTypes)
The types of the rules.
|
ListSystemAggregationRulesRequest.Builder |
systemType(Integer systemType)
The type of the operating system.
|
public ListSystemAggregationRulesRequest.Builder aggregationIds(List<Integer> aggregationIds)
The IDs of the aggregation types.
public ListSystemAggregationRulesRequest.Builder currentPage(Integer currentPage)
The number of the page to return.
This parameter is required.
example:1
public ListSystemAggregationRulesRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public ListSystemAggregationRulesRequest.Builder pageSize(Integer pageSize)
The number of entries to return on each page.
This parameter is required.
example:20
public ListSystemAggregationRulesRequest.Builder ruleName(String ruleName)
The name of the rule.
example:Rule****
public ListSystemAggregationRulesRequest.Builder ruleTypes(List<Integer> ruleTypes)
The types of the rules.
public ListSystemAggregationRulesRequest.Builder systemType(Integer systemType)
The type of the operating system. Valid values:
0
public ListSystemAggregationRulesRequest build()
Copyright © 2026. All rights reserved.