public class DescribeSystemEventHistogramResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The response code.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the request was successful.
|
DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistograms |
systemEventHistograms
The information about the number of times the system event occurred during each interval of a time period.
|
| 构造器和说明 |
|---|
DescribeSystemEventHistogramResponseBody() |
@NameInMap(value="Code") public String code
The response code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="Message") public String message
The returned message.
example:The Request is not authorization.
@NameInMap(value="RequestId") public String requestId
The request ID.
example:486029C9-53E1-44B4-85A8-16A571A043FD
@NameInMap(value="Success") public String success
Indicates whether the request was successful. Valid values: true: The request was successful. false: The request failed.
example:true
@NameInMap(value="SystemEventHistograms") public DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistograms systemEventHistograms
The information about the number of times the system event occurred during each interval of a time period.
public static DescribeSystemEventHistogramResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventHistogramResponseBody setCode(String code)
public String getCode()
public DescribeSystemEventHistogramResponseBody setMessage(String message)
public String getMessage()
public DescribeSystemEventHistogramResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeSystemEventHistogramResponseBody setSuccess(String success)
public String getSuccess()
public DescribeSystemEventHistogramResponseBody setSystemEventHistograms(DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistograms systemEventHistograms)
public DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistograms getSystemEventHistograms()
Copyright © 2026. All rights reserved.