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