public static class DescribePortCcAttackTopIPResponseBody.DescribePortCcAttackTopIPResponseBodyTopIp
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
areaId
The code of the location from which the attack is initiated.
|
Long |
pv
The number of attacks from the IP address.
|
String |
srcIp
The source IP address of the attack.
|
| 构造器和说明 |
|---|
DescribePortCcAttackTopIPResponseBodyTopIp() |
@NameInMap(value="AreaId") public String areaId
The code of the location from which the attack is initiated. 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:cn-shanghai
@NameInMap(value="Pv") public Long pv
The number of attacks from the IP address.
example:33971
@NameInMap(value="SrcIp") public String srcIp
The source IP address of the attack.
example:172.18.XX.XX
public DescribePortCcAttackTopIPResponseBodyTopIp()
public static DescribePortCcAttackTopIPResponseBody.DescribePortCcAttackTopIPResponseBodyTopIp build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortCcAttackTopIPResponseBody.DescribePortCcAttackTopIPResponseBodyTopIp setAreaId(String areaId)
public String getAreaId()
public DescribePortCcAttackTopIPResponseBody.DescribePortCcAttackTopIPResponseBodyTopIp setPv(Long pv)
public Long getPv()
public DescribePortCcAttackTopIPResponseBody.DescribePortCcAttackTopIPResponseBodyTopIp setSrcIp(String srcIp)
public String getSrcIp()
Copyright © 2026. All rights reserved.