public static class DescribeCustomEventCountResponseBody.DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The name of the custom event.
|
Integer |
num
The number of times that the custom event occurred in the specified time period.
|
Long |
time
The time when the custom event occurred.
|
| 构造器和说明 |
|---|
DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount() |
@NameInMap(value="Name") public String name
The name of the custom event.
@NameInMap(value="Num") public Integer num
The number of times that the custom event occurred in the specified time period.
@NameInMap(value="Time") public Long time
The time when the custom event occurred.
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 DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount()
public static DescribeCustomEventCountResponseBody.DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventCountResponseBody.DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount setName(String name)
public String getName()
public DescribeCustomEventCountResponseBody.DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount setNum(Integer num)
public Integer getNum()
public DescribeCustomEventCountResponseBody.DescribeCustomEventCountResponseBodyCustomEventCountsCustomEventCount setTime(Long time)
public Long getTime()
Copyright © 2024. All rights reserved.