public static final class DescribeCustomEventAttributeRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
DescribeCustomEventAttributeRequest |
build() |
DescribeCustomEventAttributeRequest.Builder |
endTime(String endTime)
The end of the time range to query.
|
DescribeCustomEventAttributeRequest.Builder |
eventId(String eventId)
The event ID.
|
DescribeCustomEventAttributeRequest.Builder |
groupId(String groupId)
The ID of the application group.
|
DescribeCustomEventAttributeRequest.Builder |
name(String name)
The event name.
|
DescribeCustomEventAttributeRequest.Builder |
pageNumber(Integer pageNumber)
The page number.
|
DescribeCustomEventAttributeRequest.Builder |
pageSize(Integer pageSize)
The number of entries per page.
|
DescribeCustomEventAttributeRequest.Builder |
searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
|
DescribeCustomEventAttributeRequest.Builder |
startTime(String startTime)
The beginning of the time range to query.
|
public DescribeCustomEventAttributeRequest.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:1552227965971
public DescribeCustomEventAttributeRequest.Builder eventId(String eventId)
The event ID.
example:123****
public DescribeCustomEventAttributeRequest.Builder groupId(String groupId)
The ID of the application group.
example:123****
public DescribeCustomEventAttributeRequest.Builder name(String name)
The event name.
example:test123
public DescribeCustomEventAttributeRequest.Builder pageNumber(Integer pageNumber)
The page number.
example:1
public DescribeCustomEventAttributeRequest.Builder pageSize(Integer pageSize)
The number of entries per page.
example:50
public DescribeCustomEventAttributeRequest.Builder searchKeywords(String searchKeywords)
The keywords that are used to search for the event.
cms
public DescribeCustomEventAttributeRequest.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:1552224365971
public DescribeCustomEventAttributeRequest build()
Copyright © 2026. All rights reserved.