public static final class DescribeCustomEventCountRequest.Builder extends Object
限定符和类型 | 方法和说明 |
---|---|
DescribeCustomEventCountRequest |
build() |
DescribeCustomEventCountRequest.Builder |
endTime(String endTime)
The returned message.
|
DescribeCustomEventCountRequest.Builder |
eventId(String eventId)
The keywords that are contained in the content of the custom event to query.
|
DescribeCustomEventCountRequest.Builder |
groupId(String groupId)
The beginning of the time range to query.
|
DescribeCustomEventCountRequest.Builder |
name(String name)
The ID of the application group.
|
DescribeCustomEventCountRequest.Builder |
searchKeywords(String searchKeywords)
The end of the time range to query.
|
DescribeCustomEventCountRequest.Builder |
startTime(String startTime)
The HTTP status code.
|
public DescribeCustomEventCountRequest.Builder endTime(String endTime)
public DescribeCustomEventCountRequest.Builder eventId(String eventId)
* 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 groupId(String groupId)
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 name(String name)
public DescribeCustomEventCountRequest.Builder searchKeywords(String searchKeywords)
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 startTime(String startTime)
> The status code 200 indicates that the call was successful.
public DescribeCustomEventCountRequest build()
Copyright © 2023. All rights reserved.