public static final class DescribeCustomEventCountResponseBody.CustomEventCount.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventCountResponseBody.CustomEventCount |
build() |
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
name(String name)
The name of the custom event.
|
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
num(Integer num)
The number of times that the custom event occurred in the specified time period.
|
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
time(Long time)
The time when the custom event occurred.
|
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder name(String name)
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder num(Integer num)
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder time(Long time)
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 DescribeCustomEventCountResponseBody.CustomEventCount build()
Copyright © 2024. All rights reserved.