public class DescribeCustomEventHistogramRequest
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 |
level
The severity level of the event.
|
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.
|
| 构造器和说明 |
|---|
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 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="Level") public String level
The severity level of the event. Valid values:
CRITICAL
@NameInMap(value="Name") public String name
The event name.
example:BucketIngressBandwidth
@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 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 © 2026. All rights reserved.