public class DescribeCustomEventHistogramResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The status code.
|
DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms |
eventHistograms
The information about the number of times that the custom event occurred during each interval of the specified time period.
|
String |
message
The returned message.
|
String |
requestId
The request ID.
|
String |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
DescribeCustomEventHistogramResponseBody() |
@NameInMap(value="Code") public String code
The status code.
example:The status code 200 indicates that the request was successful.
200
@NameInMap(value="EventHistograms") public DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms eventHistograms
The information about the number of times that the custom event occurred during each interval of the specified time period.
@NameInMap(value="Message") public String message
The returned message. If the request was successful, a success message is returned. If the request failed, an error message is returned.
example:success
@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 and false.
example:true
public static DescribeCustomEventHistogramResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventHistogramResponseBody setCode(String code)
public String getCode()
public DescribeCustomEventHistogramResponseBody setEventHistograms(DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms eventHistograms)
public DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms getEventHistograms()
public DescribeCustomEventHistogramResponseBody setMessage(String message)
public String getMessage()
public DescribeCustomEventHistogramResponseBody setRequestId(String requestId)
public String getRequestId()
public DescribeCustomEventHistogramResponseBody setSuccess(String success)
public String getSuccess()
Copyright © 2026. All rights reserved.