public class DescribeDDosAllEventListResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents> |
attackEvents
The DDoS attack events.
|
String |
requestId
The ID of the request.
|
Long |
total
The total number of DDoS attack events.
|
| 构造器和说明 |
|---|
DescribeDDosAllEventListResponseBody() |
@NameInMap(value="AttackEvents") public List<DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents> attackEvents
The DDoS attack events.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:25D83ED5-28CB-5683-9CF7-AECE521F3005
@NameInMap(value="Total") public Long total
The total number of DDoS attack events.
example:1
public static DescribeDDosAllEventListResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDDosAllEventListResponseBody setAttackEvents(List<DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents> attackEvents)
public List<DescribeDDosAllEventListResponseBody.DescribeDDosAllEventListResponseBodyAttackEvents> getAttackEvents()
public DescribeDDosAllEventListResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeDDosAllEventListResponseBody setTotal(Long total)
public Long getTotal()
Copyright © 2026. All rights reserved.