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 ID of the custom event.
|
DescribeCustomEventCountRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeCustomEventCountRequest.Builder |
name(String name)
The name of the custom event.
|
DescribeCustomEventCountRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are contained in the content of the custom event to query.
|
DescribeCustomEventCountRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeCustomEventCountRequest.Builder endTime(String endTime)
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 DescribeCustomEventCountRequest.Builder eventId(String eventId)
public DescribeCustomEventCountRequest.Builder groupId(String groupId)
public DescribeCustomEventCountRequest.Builder name(String name)
public DescribeCustomEventCountRequest.Builder searchKeywords(String searchKeywords)
* If you need to query the custom event whose content contains a and b, set the value to a and b. * If you need to query the custom event whose content contains a or b, set the value to a or b.
public DescribeCustomEventCountRequest.Builder startTime(String startTime)
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 DescribeCustomEventCountRequest build()
Copyright © 2024. All rights reserved.