public class DescribeCustomEventCountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
String |
eventId
The event ID.
|
String |
groupId
The ID of the application group.
|
String |
name
The event name.
|
String |
regionId |
String |
searchKeywords
The keywords that are used to search for the event.
|
String |
startTime
The beginning of the time range to query.
|
| 构造器和说明 |
|---|
DescribeCustomEventCountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeCustomEventCountRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEventId() |
String |
getGroupId() |
String |
getName() |
String |
getRegionId() |
String |
getSearchKeywords() |
String |
getStartTime() |
DescribeCustomEventCountRequest |
setEndTime(String endTime) |
DescribeCustomEventCountRequest |
setEventId(String eventId) |
DescribeCustomEventCountRequest |
setGroupId(String groupId) |
DescribeCustomEventCountRequest |
setName(String name) |
DescribeCustomEventCountRequest |
setRegionId(String regionId) |
DescribeCustomEventCountRequest |
setSearchKeywords(String searchKeywords) |
DescribeCustomEventCountRequest |
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 January 1, 1970, 00:00:00 UTC.
example:1552220485596
@NameInMap(value="EventId") public String eventId
The event ID.
example:123
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
example:12345
@NameInMap(value="Name") public String name
The event name.
example:BABEL_BUY
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SearchKeywords") public String searchKeywords
The keywords that are used to search for the event.
cms
@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 January 1, 1970, 00:00:00 UTC.
example:1552209685596
public static DescribeCustomEventCountRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventCountRequest setEndTime(String endTime)
public String getEndTime()
public DescribeCustomEventCountRequest setEventId(String eventId)
public String getEventId()
public DescribeCustomEventCountRequest setGroupId(String groupId)
public String getGroupId()
public DescribeCustomEventCountRequest setName(String name)
public String getName()
public DescribeCustomEventCountRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCustomEventCountRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeCustomEventCountRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2026. All rights reserved.