public class DescribePortCcAttackTopIPRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
ip
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance to query.
|
Long |
limit
The maximum number of entries to return.
|
String |
port
The attacked port.
|
Long |
startTimestamp
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribePortCcAttackTopIPRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePortCcAttackTopIPRequest |
build(Map<String,?> map) |
String |
getIp() |
Long |
getLimit() |
String |
getPort() |
Long |
getStartTimestamp() |
DescribePortCcAttackTopIPRequest |
setIp(String ip) |
DescribePortCcAttackTopIPRequest |
setLimit(Long limit) |
DescribePortCcAttackTopIPRequest |
setPort(String port) |
DescribePortCcAttackTopIPRequest |
setStartTimestamp(Long startTimestamp) |
@NameInMap(value="Ip") public String ip
The IP address of the Anti-DDoS Pro or Anti-DDoS Premium instance to query.
This parameter is required.
example:203.107.XX.XX
@NameInMap(value="Limit") public Long limit
The maximum number of entries to return.
example:10
@NameInMap(value="Port") public String port
The attacked port.
This parameter is required.
example:6663
@NameInMap(value="StartTimestamp") public Long startTimestamp
The beginning of the time range to query. Unit: seconds.
This parameter is required.
example:1678017453
public static DescribePortCcAttackTopIPRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortCcAttackTopIPRequest setIp(String ip)
public String getIp()
public DescribePortCcAttackTopIPRequest setLimit(Long limit)
public Long getLimit()
public DescribePortCcAttackTopIPRequest setPort(String port)
public String getPort()
public DescribePortCcAttackTopIPRequest setStartTimestamp(Long startTimestamp)
public Long getStartTimestamp()
Copyright © 2026. All rights reserved.