public static class DescribeDomainTopAttackListResponseBody.DescribeDomainTopAttackListResponseBodyAttackList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
attack
The attack QPS.
|
Long |
count
The number of all QPS, which includes normal and attack QPS.
|
String |
domain
The domain name of the website.
|
| 构造器和说明 |
|---|
DescribeDomainTopAttackListResponseBodyAttackList() |
@NameInMap(value="Attack") public Long attack
The attack QPS. Unit: QPS
example:0
@NameInMap(value="Count") public Long count
The number of all QPS, which includes normal and attack QPS. Unit: QPS.
example:294
@NameInMap(value="Domain") public String domain
The domain name of the website.
example:public DescribeDomainTopAttackListResponseBodyAttackList()
public static DescribeDomainTopAttackListResponseBody.DescribeDomainTopAttackListResponseBodyAttackList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainTopAttackListResponseBody.DescribeDomainTopAttackListResponseBodyAttackList setAttack(Long attack)
public Long getAttack()
public DescribeDomainTopAttackListResponseBody.DescribeDomainTopAttackListResponseBodyAttackList setCount(Long count)
public Long getCount()
public DescribeDomainTopAttackListResponseBody.DescribeDomainTopAttackListResponseBodyAttackList setDomain(String domain)
public String getDomain()
Copyright © 2026. All rights reserved.