public static final class DescribePdnsRequestStatisticsRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePdnsRequestStatisticsRequest |
build() |
DescribePdnsRequestStatisticsRequest.Builder |
domainName(String domainName)
The primary domain name whose statistics you want to query.
|
DescribePdnsRequestStatisticsRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribePdnsRequestStatisticsRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePdnsRequestStatisticsRequest.Builder |
pageNumber(Long pageNumber)
The page number.
|
DescribePdnsRequestStatisticsRequest.Builder |
pageSize(Long pageSize)
The number of entries per page.
|
DescribePdnsRequestStatisticsRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
DescribePdnsRequestStatisticsRequest.Builder |
subDomain(String subDomain)
The subdomain name whose statistics you want to query.
|
DescribePdnsRequestStatisticsRequest.Builder |
type(String type)
The type of the request statistics that you want to query.
|
public DescribePdnsRequestStatisticsRequest.Builder domainName(String domainName)
The primary domain name whose statistics you want to query.
example:example.com
public DescribePdnsRequestStatisticsRequest.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 query the data.
example:2024-07-14 00:00:00
public DescribePdnsRequestStatisticsRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribePdnsRequestStatisticsRequest.Builder pageNumber(Long pageNumber)
The page number. Pages start from page 1. Default value: 1.
example:1
public DescribePdnsRequestStatisticsRequest.Builder pageSize(Long pageSize)
The number of entries per page. Default value: 20. Valid values: 1 to 100.
example:20
public DescribePdnsRequestStatisticsRequest.Builder startDate(String startDate)
The beginning of the time range to query. Specify the time in the YYYY-MM-DD format.
You can query only records of the last 90 days.
example:2024-06-14 00:00:00
public DescribePdnsRequestStatisticsRequest.Builder subDomain(String subDomain)
The subdomain name whose statistics you want to query.
example:public DescribePdnsRequestStatisticsRequest.Builder type(String type)
The type of the request statistics that you want to query. Valid values:
DOMAIN
public DescribePdnsRequestStatisticsRequest build()
Copyright © 2026. All rights reserved.