public static final class DescribeCustomEventHistogramResponseBody.EventHistogram.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventHistogramResponseBody.EventHistogram |
build() |
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
count(Long count)
Queries the number of times that a custom event occurred during each interval of a time period.
|
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
endTime(Long endTime)
The beginning of an interval.
|
DescribeCustomEventHistogramResponseBody.EventHistogram.Builder |
startTime(Long startTime)
The information about the number of times that the custom event occurred during an interval of a time period.
|
public DescribeCustomEventHistogramResponseBody.EventHistogram.Builder count(Long count)
public DescribeCustomEventHistogramResponseBody.EventHistogram.Builder endTime(Long endTime)
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.EventHistogram.Builder startTime(Long startTime)
public DescribeCustomEventHistogramResponseBody.EventHistogram build()
Copyright © 2023. All rights reserved.