public class DescribeSystemEventHistogramRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The end of the time range to query.
|
String |
eventType
The type of the system event.
|
String |
groupId
The ID of the application group.
|
String |
level
The level of the system event.
|
String |
name
The name of the system event.
|
String |
product
The abbreviation of the service name.
|
String |
regionId |
String |
searchKeywords
The keywords contained in the content of the system event to query.
|
String |
startTime
The beginning of the time range to query.
|
String |
status
The status of the system event.
|
| 构造器和说明 |
|---|
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 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="EventType") public String eventType
The type of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the types of system events.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Level") public String level
The level of the system event. Valid values:
* CRITICAL
* WARN
* INFO
@NameInMap(value="Name") public String name
The name of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the names of system events.
@NameInMap(value="Product") public String product
The abbreviation of the service name.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the abbreviations of service names.
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SearchKeywords") public String searchKeywords
The keywords contained in the content of the system event to query. You can use a logical operator between keywords. Examples:
* If you need to query the system event whose content contains a and b, set the value to `a and b`.
* If you need to query the system 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.
@NameInMap(value="Status") public String status
The status of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to view the statuses of system events.
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 © 2024. All rights reserved.