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