public static final class DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram |
build() |
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
count(Long count)
The number of times the system event occurred.
|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
endTime(Long endTime)
The end time.
|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
startTime(Long startTime)
The start time.
|
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder count(Long count)
The number of times the system event occurred.
example:2
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram.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:1552225753000
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram.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:1552225770000
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram build()
Copyright © 2026. All rights reserved.