public static class DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
attackQps
The attack QPS.
|
Long |
cacheHits
The number of cache hits.
|
Long |
index
The index number of the returned data.
|
Long |
maxAttackQps
The peak attack QPS.
|
Long |
maxNormalQps
The peak of normal QPS.
|
Long |
maxQps
The peak of total QPS.
|
Long |
time
The time when the data was collected.
|
Long |
totalCount
The total number of requests.
|
Long |
totalQps
The total QPS.
|
| 构造器和说明 |
|---|
DescribeDomainQPSListResponseBodyDomainQPSList() |
@NameInMap(value="AttackQps") public Long attackQps
The attack QPS.
example:1
@NameInMap(value="CacheHits") public Long cacheHits
The number of cache hits.
example:0
@NameInMap(value="Index") public Long index
The index number of the returned data.
example:0
@NameInMap(value="MaxAttackQps") public Long maxAttackQps
The peak attack QPS.
example:37
@NameInMap(value="MaxNormalQps") public Long maxNormalQps
The peak of normal QPS.
example:93
@NameInMap(value="MaxQps") public Long maxQps
The peak of total QPS.
example:130
@NameInMap(value="Time") public Long time
The time when the data was collected. The value is a UNIX timestamp. Unit: seconds.
example:1582992000
@NameInMap(value="TotalCount") public Long totalCount
The total number of requests.
example:20008
@NameInMap(value="TotalQps") public Long totalQps
The total QPS.
example:1
public DescribeDomainQPSListResponseBodyDomainQPSList()
public static DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setAttackQps(Long attackQps)
public Long getAttackQps()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setCacheHits(Long cacheHits)
public Long getCacheHits()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setIndex(Long index)
public Long getIndex()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setMaxAttackQps(Long maxAttackQps)
public Long getMaxAttackQps()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setMaxNormalQps(Long maxNormalQps)
public Long getMaxNormalQps()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setMaxQps(Long maxQps)
public Long getMaxQps()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setTime(Long time)
public Long getTime()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setTotalCount(Long totalCount)
public Long getTotalCount()
public DescribeDomainQPSListResponseBody.DescribeDomainQPSListResponseBodyDomainQPSList setTotalQps(Long totalQps)
public Long getTotalQps()
Copyright © 2026. All rights reserved.