public static final class DescribePdnsRequestStatisticResponseBody.Data.Builder extends Object
public DescribePdnsRequestStatisticResponseBody.Data.Builder dohTotalCount(Long dohTotalCount)
The total number of DoH requests, including HTTP and HTTPS requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder httpCount(Long httpCount)
The number of HTTP requests.
example:0
public DescribePdnsRequestStatisticResponseBody.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 DescribePdnsRequestStatisticResponseBody.Data.Builder ipCount(Long ipCount)
The number of source IP addresses.
example:10
public DescribePdnsRequestStatisticResponseBody.Data.Builder timestamp(Long timestamp)
The statistical timestamp. This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1706716800000
public DescribePdnsRequestStatisticResponseBody.Data.Builder totalCount(Long totalCount)
The total number of requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder udpTotalCount(Long udpTotalCount)
The total number of UDP requests.
example:5000
public DescribePdnsRequestStatisticResponseBody.Data.Builder v4Count(Long v4Count)
The number of IPv4-based requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder v4HttpCount(Long v4HttpCount)
The number of IPv4-based HTTP requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder v4HttpsCount(Long v4HttpsCount)
The number of IPv4-based HTTPS requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder v6Count(Long v6Count)
The number of IPv6-based requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder v6HttpCount(Long v6HttpCount)
The number of IPv6-based HTTP requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data.Builder v6HttpsCount(Long v6HttpsCount)
The number of IPv6-based HTTPS requests.
example:0
public DescribePdnsRequestStatisticResponseBody.Data build()
Copyright © 2026. All rights reserved.