public static final class DescribeCustomEventCountRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventCountRequest |
build() |
DescribeCustomEventCountRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeCustomEventCountRequest.Builder |
eventId(String eventId)
The event ID.
|
DescribeCustomEventCountRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeCustomEventCountRequest.Builder |
name(String name)
The event name.
|
DescribeCustomEventCountRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
|
DescribeCustomEventCountRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeCustomEventCountRequest.Builder endTime(String endTime)
The end of the time range to query.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552220485596
public DescribeCustomEventCountRequest.Builder eventId(String eventId)
The event ID.
example:123
public DescribeCustomEventCountRequest.Builder groupId(String groupId)
The ID of the application group.
example:12345
public DescribeCustomEventCountRequest.Builder name(String name)
The event name.
example:BABEL_BUY
public DescribeCustomEventCountRequest.Builder searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
cms
public DescribeCustomEventCountRequest.Builder startTime(String startTime)
The beginning of the time range to query.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552209685596
public DescribeCustomEventCountRequest build()
Copyright © 2026. All rights reserved.