public static final class DescribePdnsRequestStatisticRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribePdnsRequestStatisticRequest |
build() |
DescribePdnsRequestStatisticRequest.Builder |
domainName(String domainName)
The primary domain name whose statistics you want to query.
|
DescribePdnsRequestStatisticRequest.Builder |
endDate(String endDate)
The end of the time range to query.
|
DescribePdnsRequestStatisticRequest.Builder |
lang(String lang)
The language of the content within the request and response.
|
DescribePdnsRequestStatisticRequest.Builder |
startDate(String startDate)
The beginning of the time range to query.
|
DescribePdnsRequestStatisticRequest.Builder |
subDomain(String subDomain)
The subdomain name whose statistics you want to query.
|
DescribePdnsRequestStatisticRequest.Builder |
type(String type)
The type of the request statistics that you want to query.
|
public DescribePdnsRequestStatisticRequest.Builder domainName(String domainName)
The primary domain name whose statistics you want to query.
example:example.com
public DescribePdnsRequestStatisticRequest.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-7-1 00:00:00
public DescribePdnsRequestStatisticRequest.Builder lang(String lang)
The language of the content within the request and response. Default value: zh. Valid values:
zh
public DescribePdnsRequestStatisticRequest.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 DescribePdnsRequestStatisticRequest.Builder subDomain(String subDomain)
The subdomain name whose statistics you want to query.
example:public DescribePdnsRequestStatisticRequest.Builder type(String type)
The type of the request statistics that you want to query. Valid values:
ACCOUNT
public DescribePdnsRequestStatisticRequest build()
Copyright © 2026. All rights reserved.