public static class DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
timestamp |
Long |
totalCount |
Long |
v4HttpCount |
Long |
v4HttpsCount |
Long |
v6HttpCount |
Long |
v6HttpsCount |
| 构造器和说明 |
|---|
DescribeDohAccountStatisticsResponseBodyStatistics() |
@NameInMap(value="Timestamp") public Long timestamp
@NameInMap(value="TotalCount") public Long totalCount
@NameInMap(value="V4HttpCount") public Long v4HttpCount
@NameInMap(value="V4HttpsCount") public Long v4HttpsCount
@NameInMap(value="V6HttpCount") public Long v6HttpCount
@NameInMap(value="V6HttpsCount") public Long v6HttpsCount
public DescribeDohAccountStatisticsResponseBodyStatistics()
public static DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setTimestamp(Long timestamp)
public Long getTimestamp()
public DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setTotalCount(Long totalCount)
public Long getTotalCount()
public DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setV4HttpCount(Long v4HttpCount)
public Long getV4HttpCount()
public DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setV4HttpsCount(Long v4HttpsCount)
public Long getV4HttpsCount()
public DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setV6HttpCount(Long v6HttpCount)
public Long getV6HttpCount()
public DescribeDohAccountStatisticsResponseBody.DescribeDohAccountStatisticsResponseBodyStatistics setV6HttpsCount(Long v6HttpsCount)
public Long getV6HttpsCount()
Copyright © 2022. All rights reserved.