public static class DescribeDDosEventAreaResponseBody.DescribeDDosEventAreaResponseBodyAreas
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
area
The code or ID of the source region.
|
Long |
inPkts
The number of request packets that were sent from the source region.
|
| 构造器和说明 |
|---|
DescribeDDosEventAreaResponseBodyAreas() |
@NameInMap(value="Area") public String area
The code or ID of the source region. For more information, see Codes of administrative regions in China and codes of countries and areas. For example, 110000 indicates Beijing, China, and us indicates the United States.
example:110000
@NameInMap(value="InPkts") public Long inPkts
The number of request packets that were sent from the source region.
example:228
public static DescribeDDosEventAreaResponseBody.DescribeDDosEventAreaResponseBodyAreas build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosEventAreaResponseBody.DescribeDDosEventAreaResponseBodyAreas setArea(String area)
public String getArea()
public DescribeDDosEventAreaResponseBody.DescribeDDosEventAreaResponseBodyAreas setInPkts(Long inPkts)
public Long getInPkts()
Copyright © 2026. All rights reserved.