public static final class DescribeSystemEventHistogramResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemEventHistogramResponseBody |
build() |
DescribeSystemEventHistogramResponseBody.Builder |
code(String code)
The response code.
|
DescribeSystemEventHistogramResponseBody.Builder |
message(String message)
The returned message.
|
DescribeSystemEventHistogramResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeSystemEventHistogramResponseBody.Builder |
success(String success)
Indicates whether the request was successful.
|
DescribeSystemEventHistogramResponseBody.Builder |
systemEventHistograms(DescribeSystemEventHistogramResponseBody.SystemEventHistograms systemEventHistograms)
The information about the number of times the system event occurred during each interval of a time period.
|
public DescribeSystemEventHistogramResponseBody.Builder code(String code)
The response code.
example:The status code 200 indicates that the request was successful.
200
public DescribeSystemEventHistogramResponseBody.Builder message(String message)
The returned message.
example:The Request is not authorization.
public DescribeSystemEventHistogramResponseBody.Builder requestId(String requestId)
The request ID.
example:486029C9-53E1-44B4-85A8-16A571A043FD
public DescribeSystemEventHistogramResponseBody.Builder success(String success)
Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
example:true
public DescribeSystemEventHistogramResponseBody.Builder systemEventHistograms(DescribeSystemEventHistogramResponseBody.SystemEventHistograms systemEventHistograms)
The information about the number of times the system event occurred during each interval of a time period.
public DescribeSystemEventHistogramResponseBody build()
Copyright © 2026. All rights reserved.