public class DescribeCustomEventAttributeRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
String |
eventId
The ID of the custom event.
|
String |
groupId
The ID of the application group.
|
String |
name
The name of the custom event.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
String |
regionId |
String |
searchKeywords
The keywords that are contained in the content of the custom event to query.
|
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeCustomEventAttributeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeCustomEventAttributeRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEventId() |
String |
getGroupId() |
String |
getName() |
Integer |
getPageNumber() |
Integer |
getPageSize() |
String |
getRegionId() |
String |
getSearchKeywords() |
String |
getStartTime() |
DescribeCustomEventAttributeRequest |
setEndTime(String endTime) |
DescribeCustomEventAttributeRequest |
setEventId(String eventId) |
DescribeCustomEventAttributeRequest |
setGroupId(String groupId) |
DescribeCustomEventAttributeRequest |
setName(String name) |
DescribeCustomEventAttributeRequest |
setPageNumber(Integer pageNumber) |
DescribeCustomEventAttributeRequest |
setPageSize(Integer pageSize) |
DescribeCustomEventAttributeRequest |
setRegionId(String regionId) |
DescribeCustomEventAttributeRequest |
setSearchKeywords(String searchKeywords) |
DescribeCustomEventAttributeRequest |
setStartTime(String startTime) |
@NameInMap(value="EndTime") public 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 the epoch time January 1, 1970, 00:00:00 UTC.
@NameInMap(value="EventId") public String eventId
The ID of the custom event.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Name") public String name
The name of the custom event.
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SearchKeywords") public String searchKeywords
The keywords that are contained in the content of the custom event to query. You can use a logical operator between keywords.
* 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.
@NameInMap(value="StartTime") public 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 the epoch time January 1, 1970, 00:00:00 UTC.
public static DescribeCustomEventAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventAttributeRequest setEndTime(String endTime)
public String getEndTime()
public DescribeCustomEventAttributeRequest setEventId(String eventId)
public String getEventId()
public DescribeCustomEventAttributeRequest setGroupId(String groupId)
public String getGroupId()
public DescribeCustomEventAttributeRequest setName(String name)
public String getName()
public DescribeCustomEventAttributeRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeCustomEventAttributeRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeCustomEventAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCustomEventAttributeRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeCustomEventAttributeRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.