public static class DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
count
The number of times that the system event occurred.
|
Long |
endTime
The end of an interval.
|
Long |
startTime
The beginning of an interval.
|
| 构造器和说明 |
|---|
DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram() |
@NameInMap(value="Count") public Long count
The number of times that the system event occurred.
@NameInMap(value="EndTime") public Long endTime
The end of an interval.
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.
@NameInMap(value="StartTime") public Long startTime
The beginning of an interval.
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 DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram()
public static DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram setCount(Long count)
public Long getCount()
public DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram setEndTime(Long endTime)
public Long getEndTime()
public DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram setStartTime(Long startTime)
public Long getStartTime()
Copyright © 2024. All rights reserved.