public static final class DescribePdnsRequestStatisticsResponseBody.Data.Builder extends Object
public DescribePdnsRequestStatisticsResponseBody.Data.Builder dohTotalCount(Long dohTotalCount)
The total number of DoH requests, including the HTTP and HTTPS requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder domainName(String domainName)
The domain name.
example:example.com
public DescribePdnsRequestStatisticsResponseBody.Data.Builder httpCount(Long httpCount)
The number of HTTP requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder httpsCount(Long httpsCount)
The number of HTTPS requests. On the Traffic Analysis tab of the public DNS console, the value of this parameter includes the number of DNS over HTTPs (DoH) requests. Therefore, the number of DoH requests is not separately displayed in the console.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder ipCount(Long ipCount)
The number of source IP addresses.
example:10
public DescribePdnsRequestStatisticsResponseBody.Data.Builder maxThreatLevel(String maxThreatLevel)
The current version does not support this parameter.
example:public DescribePdnsRequestStatisticsResponseBody.Data.Builder subDomain(String subDomain)
The subdomain name.
example:public DescribePdnsRequestStatisticsResponseBody.Data.Builder threatCount(Long threatCount)
The current version does not support this parameter.
example:public DescribePdnsRequestStatisticsResponseBody.Data.Builder threatInfo(List<DescribePdnsRequestStatisticsResponseBody.ThreatInfo> threatInfo)
The current version does not support this parameter.
public DescribePdnsRequestStatisticsResponseBody.Data.Builder totalCount(Long totalCount)
The total number of requests.
example:500
public DescribePdnsRequestStatisticsResponseBody.Data.Builder udpTotalCount(Long udpTotalCount)
The total number of UDP requests.
example:500
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v4Count(Long v4Count)
The number of IPv4-based requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v4HttpCount(Long v4HttpCount)
The number of IPv4-based HTTP requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v4HttpsCount(Long v4HttpsCount)
The number of IPv4-based HTTPS requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v6Count(Long v6Count)
The number of IPv6-based requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v6HttpCount(Long v6HttpCount)
The number of IPv6-based HTTP requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data.Builder v6HttpsCount(Long v6HttpsCount)
The number of IPv6-based HTTPS requests.
example:0
public DescribePdnsRequestStatisticsResponseBody.Data build()
Copyright © 2026. All rights reserved.