public static final class DescribeElasticQpsResponseBody.ElasticQps.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeElasticQpsResponseBody.ElasticQps |
build() |
DescribeElasticQpsResponseBody.ElasticQps.Builder |
index(Long index)
The index number of the returned data.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
maxNormalQps(Long maxNormalQps)
The peak QPS of the normal service.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
maxQps(Long maxQps)
The peak inbound QPS.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
pv(Long pv)
The total number of requests during the step size period.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
status2(Long status2)
The total number of HTTP 2xx status codes during the step size period.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
status3(Long status3)
The total number of HTTP 3xx status codes during the step size period.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
status4(Long status4)
The total number of HTTP 4xx status codes during the step size period.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
status410Pv(Long status410Pv)
Status410Pv.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
status5(Long status5)
The total number of HTTP 5xx status codes during the step size period.
|
DescribeElasticQpsResponseBody.ElasticQps.Builder |
ups(Long ups)
The total number of origin requests during the step size period.
|
public DescribeElasticQpsResponseBody.ElasticQps.Builder index(Long index)
The index number of the returned data.
example:1
public DescribeElasticQpsResponseBody.ElasticQps.Builder maxNormalQps(Long maxNormalQps)
The peak QPS of the normal service.
example:23
public DescribeElasticQpsResponseBody.ElasticQps.Builder maxQps(Long maxQps)
The peak inbound QPS.
example:100
public DescribeElasticQpsResponseBody.ElasticQps.Builder pv(Long pv)
The total number of requests during the step size period.
example:15104
public DescribeElasticQpsResponseBody.ElasticQps.Builder status2(Long status2)
The total number of HTTP 2xx status codes during the step size period.
example:455
public DescribeElasticQpsResponseBody.ElasticQps.Builder status3(Long status3)
The total number of HTTP 3xx status codes during the step size period.
example:100
public DescribeElasticQpsResponseBody.ElasticQps.Builder status4(Long status4)
The total number of HTTP 4xx status codes during the step size period.
example:34
public DescribeElasticQpsResponseBody.ElasticQps.Builder status410Pv(Long status410Pv)
public DescribeElasticQpsResponseBody.ElasticQps.Builder status5(Long status5)
The total number of HTTP 5xx status codes during the step size period.
example:0
public DescribeElasticQpsResponseBody.ElasticQps.Builder ups(Long ups)
The total number of origin requests during the step size period.
example:1223
public DescribeElasticQpsResponseBody.ElasticQps build()
Copyright © 2026. All rights reserved.