public class DescribeDomainAttackEventsResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents |
| 限定符和类型 | 字段和说明 |
|---|---|
List<DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents> |
domainAttackEvents
An array that consists of the details of the DDoS attack event.
|
String |
requestId
The ID of the request.
|
Long |
totalCount
The total number of returned DDoS attack events.
|
| 构造器和说明 |
|---|
DescribeDomainAttackEventsResponseBody() |
@NameInMap(value="DomainAttackEvents") public List<DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents> domainAttackEvents
An array that consists of the details of the DDoS attack event.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
@NameInMap(value="TotalCount") public Long totalCount
The total number of returned DDoS attack events.
example:1
public static DescribeDomainAttackEventsResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainAttackEventsResponseBody setDomainAttackEvents(List<DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents> domainAttackEvents)
public List<DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents> getDomainAttackEvents()
public DescribeDomainAttackEventsResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeDomainAttackEventsResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2026. All rights reserved.