public class DescribeCustomEventHistogramResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
code
The HTTP status code.
|
DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms |
eventHistograms
The information about the number of times that the custom event occurred during each interval of a time period.
|
String |
message
The returned message.
|
String |
requestId
The ID of the request.
|
String |
success
Indicates whether the call was successful.
|
| 构造器和说明 |
|---|
DescribeCustomEventHistogramResponseBody() |
@NameInMap(value="Code") public String code
The HTTP status code.
> The status code 200 indicates that the call was successful.
@NameInMap(value="EventHistograms") public DescribeCustomEventHistogramResponseBody.DescribeCustomEventHistogramResponseBodyEventHistograms eventHistograms
The information about the number of times that the custom event occurred during each interval of a time period.
@NameInMap(value="Message") public String message
The returned message. If the call was successful, the value success is returned. If the call failed, an error message is returned.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
@NameInMap(value="Success") public String success
Indicates whether the call was successful. The value true indicates a success. The value false indicates a failure.
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 © 2024. All rights reserved.