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