public class DescribeDomainStatusCodeCountResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
requestId
The ID of the request.
|
Long |
status200
The number of 200 status codes within the specified period of time.
|
Long |
status2XX
The number of 2xx status codes within the specified period of time.
|
Long |
status3XX
The number of 3xx status codes within the specified period of time.
|
Long |
status403
The number of 403 status codes within the specified period of time.
|
Long |
status404
The number of 404 status codes within the specified period of time.
|
Long |
status405
The number of 405 status codes within the specified period of time.
|
Long |
status410 |
Long |
status499 |
Long |
status4XX
The number of 4xx status codes within the specified period of time.
|
Long |
status501
The number of 501 status codes within the specified period of time.
|
Long |
status502
The number of 502 status codes within the specified period of time.
|
Long |
status503
The number of 503 status codes within the specified period of time.
|
Long |
status504
The number of 504 status codes within the specified period of time.
|
Long |
status5XX
The number of 5xx status codes within the specified period of time.
|
| 构造器和说明 |
|---|
DescribeDomainStatusCodeCountResponseBody() |
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:C33EB3D5-AF96-43CA-9C7E-37A81BC06A1E
@NameInMap(value="Status200") public Long status200
The number of 200 status codes within the specified period of time.
example:951159
@NameInMap(value="Status2XX") public Long status2XX
The number of 2xx status codes within the specified period of time.
example:951472
@NameInMap(value="Status3XX") public Long status3XX
The number of 3xx status codes within the specified period of time.
example:133209
@NameInMap(value="Status403") public Long status403
The number of 403 status codes within the specified period of time.
example:0
@NameInMap(value="Status404") public Long status404
The number of 404 status codes within the specified period of time.
example:897
@NameInMap(value="Status405") public Long status405
The number of 405 status codes within the specified period of time.
example:0
@NameInMap(value="Status410") public Long status410
@NameInMap(value="Status499") public Long status499
@NameInMap(value="Status4XX") public Long status4XX
The number of 4xx status codes within the specified period of time.
example:5653
@NameInMap(value="Status501") public Long status501
The number of 501 status codes within the specified period of time.
example:0
@NameInMap(value="Status502") public Long status502
The number of 502 status codes within the specified period of time.
example:0
@NameInMap(value="Status503") public Long status503
The number of 503 status codes within the specified period of time.
example:0
@NameInMap(value="Status504") public Long status504
The number of 504 status codes within the specified period of time.
example:0
@NameInMap(value="Status5XX") public Long status5XX
The number of 5xx status codes within the specified period of time.
example:14
public DescribeDomainStatusCodeCountResponseBody()
public static DescribeDomainStatusCodeCountResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeDomainStatusCodeCountResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeDomainStatusCodeCountResponseBody setStatus200(Long status200)
public Long getStatus200()
public DescribeDomainStatusCodeCountResponseBody setStatus2XX(Long status2XX)
public Long getStatus2XX()
public DescribeDomainStatusCodeCountResponseBody setStatus3XX(Long status3XX)
public Long getStatus3XX()
public DescribeDomainStatusCodeCountResponseBody setStatus403(Long status403)
public Long getStatus403()
public DescribeDomainStatusCodeCountResponseBody setStatus404(Long status404)
public Long getStatus404()
public DescribeDomainStatusCodeCountResponseBody setStatus405(Long status405)
public Long getStatus405()
public DescribeDomainStatusCodeCountResponseBody setStatus410(Long status410)
public Long getStatus410()
public DescribeDomainStatusCodeCountResponseBody setStatus499(Long status499)
public Long getStatus499()
public DescribeDomainStatusCodeCountResponseBody setStatus4XX(Long status4XX)
public Long getStatus4XX()
public DescribeDomainStatusCodeCountResponseBody setStatus501(Long status501)
public Long getStatus501()
public DescribeDomainStatusCodeCountResponseBody setStatus502(Long status502)
public Long getStatus502()
public DescribeDomainStatusCodeCountResponseBody setStatus503(Long status503)
public Long getStatus503()
public DescribeDomainStatusCodeCountResponseBody setStatus504(Long status504)
public Long getStatus504()
public DescribeDomainStatusCodeCountResponseBody setStatus5XX(Long status5XX)
public Long getStatus5XX()
Copyright © 2026. All rights reserved.