public class DescribeCustomEventHistogramRequest
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 |
level
The level of the custom event.
|
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.
|
| 构造器和说明 |
|---|
DescribeCustomEventHistogramRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeCustomEventHistogramRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEventId() |
String |
getGroupId() |
String |
getLevel() |
String |
getName() |
String |
getRegionId() |
String |
getSearchKeywords() |
String |
getStartTime() |
DescribeCustomEventHistogramRequest |
setEndTime(String endTime) |
DescribeCustomEventHistogramRequest |
setEventId(String eventId) |
DescribeCustomEventHistogramRequest |
setGroupId(String groupId) |
DescribeCustomEventHistogramRequest |
setLevel(String level) |
DescribeCustomEventHistogramRequest |
setName(String name) |
DescribeCustomEventHistogramRequest |
setRegionId(String regionId) |
DescribeCustomEventHistogramRequest |
setSearchKeywords(String searchKeywords) |
DescribeCustomEventHistogramRequest |
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="Level") public String level
The level of the custom event. Valid values:
* CRITICAL
* WARN
* INFO
@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 DescribeCustomEventHistogramRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeCustomEventHistogramRequest setEndTime(String endTime)
public String getEndTime()
public DescribeCustomEventHistogramRequest setEventId(String eventId)
public String getEventId()
public DescribeCustomEventHistogramRequest setGroupId(String groupId)
public String getGroupId()
public DescribeCustomEventHistogramRequest setLevel(String level)
public String getLevel()
public DescribeCustomEventHistogramRequest setName(String name)
public String getName()
public DescribeCustomEventHistogramRequest setRegionId(String regionId)
public String getRegionId()
public DescribeCustomEventHistogramRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeCustomEventHistogramRequest setStartTime(String startTime)
public String getStartTime()
Copyright © 2024. All rights reserved.