public static class DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
dohTotalCount |
String |
threatLevel |
String |
threatType |
Long |
timestamp |
Long |
totalCount |
Long |
udpTotalCount |
| 构造器和说明 |
|---|
DescribePdnsThreatStatisticResponseBodyData() |
@NameInMap(value="DohTotalCount") public Long dohTotalCount
@NameInMap(value="ThreatLevel") public String threatLevel
@NameInMap(value="ThreatType") public String threatType
@NameInMap(value="Timestamp") public Long timestamp
@NameInMap(value="TotalCount") public Long totalCount
@NameInMap(value="UdpTotalCount") public Long udpTotalCount
public DescribePdnsThreatStatisticResponseBodyData()
public static DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData build(Map<String,?> map) throws Exception
Exceptionpublic DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setDohTotalCount(Long dohTotalCount)
public Long getDohTotalCount()
public DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setThreatLevel(String threatLevel)
public String getThreatLevel()
public DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setThreatType(String threatType)
public String getThreatType()
public DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setTimestamp(Long timestamp)
public Long getTimestamp()
public DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setTotalCount(Long totalCount)
public Long getTotalCount()
public DescribePdnsThreatStatisticResponseBody.DescribePdnsThreatStatisticResponseBodyData setUdpTotalCount(Long udpTotalCount)
public Long getUdpTotalCount()
Copyright © 2022. All rights reserved.