public static final class DescribeCustomEventHistogramResponseBody.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventHistogramResponseBody |
build() |
DescribeCustomEventHistogramResponseBody.Builder |
code(String code)
The status code.
|
DescribeCustomEventHistogramResponseBody.Builder |
eventHistograms(DescribeCustomEventHistogramResponseBody.EventHistograms eventHistograms)
The information about the number of times that the custom event occurred during each interval of the specified time period.
|
DescribeCustomEventHistogramResponseBody.Builder |
message(String message)
The returned message.
|
DescribeCustomEventHistogramResponseBody.Builder |
requestId(String requestId)
The request ID.
|
DescribeCustomEventHistogramResponseBody.Builder |
success(String success)
Indicates whether the request was successful.
|
public DescribeCustomEventHistogramResponseBody.Builder code(String code)
The status code.
example:The status code 200 indicates that the request was successful.
200
public DescribeCustomEventHistogramResponseBody.Builder eventHistograms(DescribeCustomEventHistogramResponseBody.EventHistograms eventHistograms)
The information about the number of times that the custom event occurred during each interval of the specified time period.
public DescribeCustomEventHistogramResponseBody.Builder message(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
public DescribeCustomEventHistogramResponseBody.Builder requestId(String requestId)
The request ID.
example:486029C9-53E1-44B4-85A8-16A571A043FD
public DescribeCustomEventHistogramResponseBody.Builder success(String success)
Indicates whether the request was successful. Valid values: true and false.
example:true
public DescribeCustomEventHistogramResponseBody build()
Copyright © 2026. All rights reserved.