public static class DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
index
The index number of the returned data.
|
Long |
maxNormalQps
The peak QPS of the normal service.
|
Long |
maxQps
The peak inbound QPS.
|
Long |
pv
The total number of requests during the step size period.
|
Long |
status2
The total number of HTTP 2xx status codes during the step size period.
|
Long |
status3
The total number of HTTP 3xx status codes during the step size period.
|
Long |
status4
The total number of HTTP 4xx status codes during the step size period.
|
Long |
status410Pv |
Long |
status5
The total number of HTTP 5xx status codes during the step size period.
|
Long |
ups
The total number of origin requests during the step size period.
|
| 构造器和说明 |
|---|
DescribeElasticQpsResponseBodyElasticQps() |
@NameInMap(value="Index") public Long index
The index number of the returned data.
example:1
@NameInMap(value="MaxNormalQps") public Long maxNormalQps
The peak QPS of the normal service.
example:23
@NameInMap(value="MaxQps") public Long maxQps
The peak inbound QPS.
example:100
@NameInMap(value="Pv") public Long pv
The total number of requests during the step size period.
example:15104
@NameInMap(value="Status2") public Long status2
The total number of HTTP 2xx status codes during the step size period.
example:455
@NameInMap(value="Status3") public Long status3
The total number of HTTP 3xx status codes during the step size period.
example:100
@NameInMap(value="Status4") public Long status4
The total number of HTTP 4xx status codes during the step size period.
example:34
@NameInMap(value="Status410Pv") public Long status410Pv
@NameInMap(value="Status5") public Long status5
The total number of HTTP 5xx status codes during the step size period.
example:0
@NameInMap(value="Ups") public Long ups
The total number of origin requests during the step size period.
example:1223
public static DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps build(Map<String,?> map) throws Exception
Exceptionpublic DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setIndex(Long index)
public Long getIndex()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setMaxNormalQps(Long maxNormalQps)
public Long getMaxNormalQps()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setMaxQps(Long maxQps)
public Long getMaxQps()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setPv(Long pv)
public Long getPv()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setStatus2(Long status2)
public Long getStatus2()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setStatus3(Long status3)
public Long getStatus3()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setStatus4(Long status4)
public Long getStatus4()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setStatus410Pv(Long status410Pv)
public Long getStatus410Pv()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setStatus5(Long status5)
public Long getStatus5()
public DescribeElasticQpsResponseBody.DescribeElasticQpsResponseBodyElasticQps setUps(Long ups)
public Long getUps()
Copyright © 2026. All rights reserved.