public class DescribeUdpReflectResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
List<String> |
udpSports
An array consisting of the source ports of the UDP traffic that are filtered out by the filtering policies for UDP reflection attacks.
|
| 构造器和说明 |
|---|
DescribeUdpReflectResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeUdpReflectResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
List<String> |
getUdpSports() |
DescribeUdpReflectResponseBody |
setRequestId(String requestId) |
DescribeUdpReflectResponseBody |
setUdpSports(List<String> udpSports) |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:F97A8766-FB4D-411A-9CD5-2CFF701B592F
public static DescribeUdpReflectResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeUdpReflectResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeUdpReflectResponseBody setUdpSports(List<String> udpSports)
Copyright © 2026. All rights reserved.