public static final class DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeDomainAttackEventsResponseBody.DomainAttackEvents |
build() |
DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder |
domain(String domain)
The attacked domain name.
|
DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder |
endTime(Long endTime)
The time when the DDoS attack stopped.
|
DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder |
maxQps(Long maxQps)
The peak attack QPS.
|
DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder |
startTime(Long startTime)
The time when the DDoS attack started.
|
public DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder domain(String domain)
The attacked domain name.
example:public DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder endTime(Long endTime)
The time when the DDoS attack stopped. The value is a UNIX timestamp. Unit: seconds.
example:1560320160
public DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder maxQps(Long maxQps)
The peak attack QPS.
example:1000
public DescribeDomainAttackEventsResponseBody.DomainAttackEvents.Builder startTime(Long startTime)
The time when the DDoS attack started. The value is a UNIX timestamp. Unit: seconds.
example:1560312900
public DescribeDomainAttackEventsResponseBody.DomainAttackEvents build()
Copyright © 2026. All rights reserved.