public class DescribePortAttackMaxFlowResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
bps
The peak bandwidth of attack traffic.
|
Long |
pps
The peak packet rate of attack traffic .
|
String |
requestId
The ID of the request.
|
| 构造器和说明 |
|---|
DescribePortAttackMaxFlowResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribePortAttackMaxFlowResponseBody |
build(Map<String,?> map) |
Long |
getBps() |
Long |
getPps() |
String |
getRequestId() |
DescribePortAttackMaxFlowResponseBody |
setBps(Long bps) |
DescribePortAttackMaxFlowResponseBody |
setPps(Long pps) |
DescribePortAttackMaxFlowResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Bps") public Long bps
The peak bandwidth of attack traffic. Unit: bit/s.
example:149559
@NameInMap(value="Pps") public Long pps
The peak packet rate of attack traffic . Unit: packets per second (pps).
example:23
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
public static DescribePortAttackMaxFlowResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribePortAttackMaxFlowResponseBody setBps(Long bps)
public Long getBps()
public DescribePortAttackMaxFlowResponseBody setPps(Long pps)
public Long getPps()
public DescribePortAttackMaxFlowResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.