public class DescribeDestinationPortEventRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventType
The type of the attack event that you want to query.
|
String |
ip
The IP address of the attacker.
|
Long |
range
The number of destination ports to return.
|
String |
region
The region in which your service is deployed.
|
Long |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeDestinationPortEventRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeDestinationPortEventRequest |
build(Map<String,?> map) |
String |
getEventType() |
String |
getIp() |
Long |
getRange() |
String |
getRegion() |
Long |
getStartTime() |
DescribeDestinationPortEventRequest |
setEventType(String eventType) |
DescribeDestinationPortEventRequest |
setIp(String ip) |
DescribeDestinationPortEventRequest |
setRange(Long range) |
DescribeDestinationPortEventRequest |
setRegion(String region) |
DescribeDestinationPortEventRequest |
setStartTime(Long startTime) |
@NameInMap(value="EventType") public String eventType
The type of the attack event that you want to query. Valid values:
This parameter is required.
example:defense
@NameInMap(value="Ip") public String ip
The IP address of the attacker.
This parameter is required.
example:203.107.XX.XX
@NameInMap(value="Range") public Long range
The number of destination ports to return. The ports are sorted in descending order of the number of received request packets. By default, the first 10 ports are returned.
This parameter is required.
example:2
@NameInMap(value="Region") public String region
The region in which your service is deployed. Valid values:
This parameter is required.
example:cn
@NameInMap(value="StartTime") public Long startTime
The beginning of the time range to query. The value is a UNIX timestamp. Unit: seconds.
This UNIX timestamp must indicate a point in time that is accurate to the minute.
This parameter is required.
example:1720059000
public static DescribeDestinationPortEventRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDestinationPortEventRequest setEventType(String eventType)
public String getEventType()
public DescribeDestinationPortEventRequest setIp(String ip)
public String getIp()
public DescribeDestinationPortEventRequest setRange(Long range)
public Long getRange()
public DescribeDestinationPortEventRequest setRegion(String region)
public String getRegion()
public DescribeDestinationPortEventRequest setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.