public static final class DescribeCustomEventHistogramResponseBody.EventHistogram.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventHistogramResponseBody.EventHistogram |
build() |
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
count(Long count)
The information about the number of times that the custom event occurred during an interval of the specified time period.
|
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
endTime(Long endTime)
The end time.
|
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
startTime(Long startTime)
The start time.
|
public DescribeCustomEventHistogramResponseBody.EventHistogram.Builder count(Long count)
The information about the number of times that the custom event occurred during an interval of the specified time period.
example:3
public DescribeCustomEventHistogramResponseBody.EventHistogram.Builder endTime(Long endTime)
The end time.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552226750000
public DescribeCustomEventHistogramResponseBody.EventHistogram.Builder startTime(Long startTime)
The start time.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552226740000
public DescribeCustomEventHistogramResponseBody.EventHistogram build()
Copyright © 2026. All rights reserved.