public static class DescribeSystemEventHistogramResponseBody.DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Long |
count
The number of times the system event occurred.
|
Long |
endTime
The end time.
|
Long |
startTime
The start time.
|
| 构造器和说明 |
|---|
DescribeSystemEventHistogramResponseBodySystemEventHistogramsSystemEventHistogram() |
@NameInMap(value="Count") public Long count
The number of times the system event occurred.
example:2
@NameInMap(value="EndTime") public 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
@NameInMap(value="StartTime") public 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 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 © 2026. All rights reserved.