public class DescribeTotalAttackMaxFlowResponseBody
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, which is used to locate and troubleshoot issues.
|
| 构造器和说明 |
|---|
DescribeTotalAttackMaxFlowResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeTotalAttackMaxFlowResponseBody |
build(Map<String,?> map) |
Long |
getBps() |
Long |
getPps() |
String |
getRequestId() |
DescribeTotalAttackMaxFlowResponseBody |
setBps(Long bps) |
DescribeTotalAttackMaxFlowResponseBody |
setPps(Long pps) |
DescribeTotalAttackMaxFlowResponseBody |
setRequestId(String requestId) |
@NameInMap(value="Bps") public Long bps
The peak bandwidth of attack traffic. Unit: bit/s.
example:0
@NameInMap(value="Pps") public Long pps
The peak packet rate of attack traffic. Unit: packets per second (pps).
example:0
@NameInMap(value="RequestId") public String requestId
The ID of the request, which is used to locate and troubleshoot issues.
example:9173A3CB-C40B-559B-96B7-2373830BD06A
public static DescribeTotalAttackMaxFlowResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeTotalAttackMaxFlowResponseBody setBps(Long bps)
public Long getBps()
public DescribeTotalAttackMaxFlowResponseBody setPps(Long pps)
public Long getPps()
public DescribeTotalAttackMaxFlowResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2026. All rights reserved.