public static final class DescribeCustomEventHistogramResponseBody.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeCustomEventHistogramResponseBody |
build() |
DescribeCustomEventHistogramResponseBody.Builder |
code(String code)
The returned message.
|
DescribeCustomEventHistogramResponseBody.Builder |
eventHistograms(DescribeCustomEventHistogramResponseBody.EventHistograms eventHistograms)
The end of an interval.
|
DescribeCustomEventHistogramResponseBody.Builder |
message(String message)
The ID of the request.
|
DescribeCustomEventHistogramResponseBody.Builder |
requestId(String requestId)
Indicates whether the call was successful.
|
DescribeCustomEventHistogramResponseBody.Builder |
success(String success)
The information about the number of times that the custom event occurred during each interval of a time period.
|
public DescribeCustomEventHistogramResponseBody.Builder code(String code)
public DescribeCustomEventHistogramResponseBody.Builder eventHistograms(DescribeCustomEventHistogramResponseBody.EventHistograms eventHistograms)
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since the epoch time January 1, 1970, 00:00:00 UTC.
public DescribeCustomEventHistogramResponseBody.Builder message(String message)
public DescribeCustomEventHistogramResponseBody.Builder requestId(String requestId)
public DescribeCustomEventHistogramResponseBody.Builder success(String success)
public DescribeCustomEventHistogramResponseBody build()
Copyright © 2023. All rights reserved.