public class DescribeCustomEventCountRequest
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.
|
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.
|
| 构造器和说明 |
|---|
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 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="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 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 © 2024. All rights reserved.