public static final class DescribeCustomEventCountResponseBody.CustomEventCount.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventCountResponseBody.CustomEventCount |
build() |
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
name(String name)
The event name.
|
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
num(Integer num)
The number of times that the custom event occurred.
|
DescribeCustomEventCountResponseBody.CustomEventCount.Builder |
time(Long time)
The time when the event occurred.
|
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder name(String name)
The event name.
example:BABEL_BUY
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder num(Integer num)
The number of times that the custom event occurred.
example:20
public DescribeCustomEventCountResponseBody.CustomEventCount.Builder time(Long time)
The time when the event occurred.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552267615000
public DescribeCustomEventCountResponseBody.CustomEventCount build()
Copyright © 2026. All rights reserved.