public static class DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
domain
The attacked domain name.
|
Long |
endTime
The time when the DDoS attack stopped.
|
Long |
maxQps
The peak attack QPS.
|
Long |
startTime
The time when the DDoS attack started.
|
| 构造器和说明 |
|---|
DescribeDomainAttackEventsResponseBodyDomainAttackEvents() |
@NameInMap(value="Domain") public String domain
The attacked domain name.
example:@NameInMap(value="EndTime") public Long endTime
The time when the DDoS attack stopped. The value is a UNIX timestamp. Unit: seconds.
example:1560320160
@NameInMap(value="MaxQps") public Long maxQps
The peak attack QPS.
example:1000
@NameInMap(value="StartTime") public Long startTime
The time when the DDoS attack started. The value is a UNIX timestamp. Unit: seconds.
example:1560312900
public DescribeDomainAttackEventsResponseBodyDomainAttackEvents()
public static DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents setDomain(String domain)
public String getDomain()
public DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents setEndTime(Long endTime)
public Long getEndTime()
public DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents setMaxQps(Long maxQps)
public Long getMaxQps()
public DescribeDomainAttackEventsResponseBody.DescribeDomainAttackEventsResponseBodyDomainAttackEvents setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2026. All rights reserved.