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