public static final class DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder extends Object
构造器和说明 |
---|
Builder() |
限定符和类型 | 方法和说明 |
---|---|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram |
build() |
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
count(Long count)
The number of times that the system event occurred.
|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
endTime(Long endTime)
The end of an interval.
|
DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder |
startTime(Long startTime)
The beginning of an interval.
|
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder count(Long count)
public DescribeSystemEventHistogramResponseBody.SystemEventHistogram.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 DescribeSystemEventHistogramResponseBody.SystemEventHistogram.Builder startTime(Long startTime)
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 DescribeSystemEventHistogramResponseBody.SystemEventHistogram build()
Copyright © 2023. All rights reserved.