public static final class DescribeDomainQpsWithCacheResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeDomainQpsWithCacheResponseBody.Builder |
blocks(List<String> blocks)
An array that consists of the attack QPS.
|
DescribeDomainQpsWithCacheResponseBody |
build() |
DescribeDomainQpsWithCacheResponseBody.Builder |
cacheHits(List<String> cacheHits)
An array consisting of cache hit ratios.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
ccBlockQps(List<String> ccBlockQps)
An array consisting of the QPS that is blocked by the Frequency Control policy.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
ccJsQps(List<String> ccJsQps)
An array consisting of the QPS for which the Frequency Control policy triggers Completely Automated Public Turing test to tell Computers and Humans Apart (CAPTCHA).
|
DescribeDomainQpsWithCacheResponseBody.Builder |
interval(Integer interval)
The intervals between every two adjacent records.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
ipBlockQps(List<String> ipBlockQps)
An array consisting of the QPS that is blocked by the blacklist for domain names.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
preciseBlocks(List<String> preciseBlocks)
An array consisting of the QPS that is blocked by the Accurate Access Control policy.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
preciseJsQps(List<String> preciseJsQps)
An array consisting of the QPS for which the Accurate Access Control policy triggers the JavaScript challenge.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
regionBlocks(List<String> regionBlocks)
An array consisting of the QPS that is blocked by the Location Blacklist policy.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
requestId(String requestId)
The ID of the request.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
startTime(Long startTime)
The start time.
|
DescribeDomainQpsWithCacheResponseBody.Builder |
totals(List<String> totals)
An array consisting of the total QPS.
|
public DescribeDomainQpsWithCacheResponseBody.Builder blocks(List<String> blocks)
public DescribeDomainQpsWithCacheResponseBody.Builder cacheHits(List<String> cacheHits)
public DescribeDomainQpsWithCacheResponseBody.Builder ccBlockQps(List<String> ccBlockQps)
public DescribeDomainQpsWithCacheResponseBody.Builder ccJsQps(List<String> ccJsQps)
public DescribeDomainQpsWithCacheResponseBody.Builder interval(Integer interval)
public DescribeDomainQpsWithCacheResponseBody.Builder ipBlockQps(List<String> ipBlockQps)
public DescribeDomainQpsWithCacheResponseBody.Builder preciseBlocks(List<String> preciseBlocks)
public DescribeDomainQpsWithCacheResponseBody.Builder preciseJsQps(List<String> preciseJsQps)
public DescribeDomainQpsWithCacheResponseBody.Builder regionBlocks(List<String> regionBlocks)
public DescribeDomainQpsWithCacheResponseBody.Builder requestId(String requestId)
public DescribeDomainQpsWithCacheResponseBody.Builder startTime(Long startTime)
public DescribeDomainQpsWithCacheResponseBody.Builder totals(List<String> totals)
public DescribeDomainQpsWithCacheResponseBody build()
Copyright © 2023. All rights reserved.