public static final class DescribeDomainStatisticsSummaryRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainStatisticsSummaryRequest |
build() |
DescribeDomainStatisticsSummaryRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribeDomainStatisticsSummaryRequest.Builder |
keyword(String keyword)
The keyword for searches in %KeyWord% mode.
|
DescribeDomainStatisticsSummaryRequest.Builder |
lang(String lang)
The language type.
|
DescribeDomainStatisticsSummaryRequest.Builder |
pageNumber(Long pageNumber)
The number of the page to return.
|
DescribeDomainStatisticsSummaryRequest.Builder |
pageSize(Long pageSize)
The number of entries per page.
|
DescribeDomainStatisticsSummaryRequest.Builder |
searchMode(String searchMode)
The search mode of the keyword.
|
DescribeDomainStatisticsSummaryRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
DescribeDomainStatisticsSummaryRequest.Builder |
threshold(Long threshold)
The threshold of query volume that can be obtained.
|
public DescribeDomainStatisticsSummaryRequest.Builder endDate(String endDate)
The end of the time range to query. Specify the time in the YYYY-MM-DD format.
The default value is the day when you perform the operation.
example:2019-07-04
public DescribeDomainStatisticsSummaryRequest.Builder keyword(String keyword)
The keyword for searches in %KeyWord% mode. The value is not case-sensitive.
example:test
public DescribeDomainStatisticsSummaryRequest.Builder lang(String lang)
The language type.
example:en
public DescribeDomainStatisticsSummaryRequest.Builder pageNumber(Long pageNumber)
The number of the page to return. Pages start from page 1. Default value: 1.
example:1
public DescribeDomainStatisticsSummaryRequest.Builder pageSize(Long pageSize)
The number of entries per page. Valid values: 1 to 100. Default value: 20.
example:20
public DescribeDomainStatisticsSummaryRequest.Builder searchMode(String searchMode)
The search mode of the keyword. Valid values:
LIKE
public DescribeDomainStatisticsSummaryRequest.Builder startDate(String startDate)
The beginning of the time range to query. Specify the time in the YYYY-MM-DD format.
You can only query DNS records of the last 90 days.
This parameter is required.
example:2019-07-04
public DescribeDomainStatisticsSummaryRequest.Builder threshold(Long threshold)
The threshold of query volume that can be obtained. You can also obtain data about a domain name with the query volume less than or equal to the threshold. For example, if you set this parameter to 100, you can query domain names with less than 100 queries.
example:12
public DescribeDomainStatisticsSummaryRequest build()
Copyright © 2026. All rights reserved.