public static final class DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder extends Object
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder domainName(String domainName)
The domain name.
example:example.com
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder httpCount(Long httpCount)
The number of HTTP requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder httpsCount(Long httpsCount)
The number of HTTPS requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder ipCount(Long ipCount)
The number of IP addresses.
example:20
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder totalCount(Long totalCount)
The total number of requests.
example:14141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder v4HttpCount(Long v4HttpCount)
The number of IPv4-based HTTP requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder v4HttpsCount(Long v4HttpsCount)
The number of IPv4-based HTTPS requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder v6HttpCount(Long v6HttpCount)
The number of IPv6-based HTTP requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics.Builder v6HttpsCount(Long v6HttpsCount)
The number of IPv6-based HTTPS requests.
example:3141592653
public DescribeDohDomainStatisticsSummaryResponseBody.Statistics build()
Copyright © 2026. All rights reserved.