public class DescribeSystemEventHistogramRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end time.
|
String |
eventType
The event type.
|
String |
groupId
The ID of the application group.
|
String |
level
The level of the event.
|
String |
name
The event name.
|
String |
product
The abbreviation of the service name.
|
String |
regionId |
String |
searchKeywords
The keywords that are used to search for the system event.
|
String |
startTime
The start time.
|
String |
status
The event status.
|
| 构造器和说明 |
|---|
DescribeSystemEventHistogramRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSystemEventHistogramRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEventType() |
String |
getGroupId() |
String |
getLevel() |
String |
getName() |
String |
getProduct() |
String |
getRegionId() |
String |
getSearchKeywords() |
String |
getStartTime() |
String |
getStatus() |
DescribeSystemEventHistogramRequest |
setEndTime(String endTime) |
DescribeSystemEventHistogramRequest |
setEventType(String eventType) |
DescribeSystemEventHistogramRequest |
setGroupId(String groupId) |
DescribeSystemEventHistogramRequest |
setLevel(String level) |
DescribeSystemEventHistogramRequest |
setName(String name) |
DescribeSystemEventHistogramRequest |
setProduct(String product) |
DescribeSystemEventHistogramRequest |
setRegionId(String regionId) |
DescribeSystemEventHistogramRequest |
setSearchKeywords(String searchKeywords) |
DescribeSystemEventHistogramRequest |
setStartTime(String startTime) |
DescribeSystemEventHistogramRequest |
setStatus(String status) |
@NameInMap(value="EndTime") public String endTime
The end time.
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="EventType") public String eventType
The event type.
example:You can call the DescribeSystemEventMetaList operation to query the types of system events.
Exception
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
example:12345
@NameInMap(value="Level") public String level
The level of the event. Valid values:
CRITICAL
@NameInMap(value="Name") public String name
The event name.
example:You can call the DescribeSystemEventMetaList operation to query the names of system events.
BucketIngressBandwidth
@NameInMap(value="Product") public String product
The abbreviation of the service name.
example:You can call the DescribeSystemEventMetaList operation to query the abbreviations of service names.
OSS
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SearchKeywords") public String searchKeywords
The keywords that are used to search for the system event. Valid values:
a and b.a or b.cms
@NameInMap(value="StartTime") public String startTime
The start time.
This value is a UNIX timestamp representing the number of milliseconds that have elapsed since January 1, 1970, 00:00:00 UTC.
example:1552209685596
@NameInMap(value="Status") public String status
The event status.
example:You can call the DescribeSystemEventMetaList operation to query the status of system events.
normal
public static DescribeSystemEventHistogramRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventHistogramRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSystemEventHistogramRequest setEventType(String eventType)
public String getEventType()
public DescribeSystemEventHistogramRequest setGroupId(String groupId)
public String getGroupId()
public DescribeSystemEventHistogramRequest setLevel(String level)
public String getLevel()
public DescribeSystemEventHistogramRequest setName(String name)
public String getName()
public DescribeSystemEventHistogramRequest setProduct(String product)
public String getProduct()
public DescribeSystemEventHistogramRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSystemEventHistogramRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeSystemEventHistogramRequest setStartTime(String startTime)
public String getStartTime()
public DescribeSystemEventHistogramRequest setStatus(String status)
public String getStatus()
Copyright © 2026. All rights reserved.