public class DescribeSystemEventCountRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
endTime
The timestamp that specifies 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 name of the cloud service in which the system event occurred.
|
String |
regionId |
String |
searchKeywords
The keywords that are used to search for the system event.
|
String |
startTime
The timestamp that specifies the start of the time range to query.
|
String |
status
The status of the system event.
|
| 构造器和说明 |
|---|
DescribeSystemEventCountRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DescribeSystemEventCountRequest |
build(Map<String,?> map) |
String |
getEndTime() |
String |
getEventType() |
String |
getGroupId() |
String |
getLevel() |
String |
getName() |
String |
getProduct() |
String |
getRegionId() |
String |
getSearchKeywords() |
String |
getStartTime() |
String |
getStatus() |
DescribeSystemEventCountRequest |
setEndTime(String endTime) |
DescribeSystemEventCountRequest |
setEventType(String eventType) |
DescribeSystemEventCountRequest |
setGroupId(String groupId) |
DescribeSystemEventCountRequest |
setLevel(String level) |
DescribeSystemEventCountRequest |
setName(String name) |
DescribeSystemEventCountRequest |
setProduct(String product) |
DescribeSystemEventCountRequest |
setRegionId(String regionId) |
DescribeSystemEventCountRequest |
setSearchKeywords(String searchKeywords) |
DescribeSystemEventCountRequest |
setStartTime(String startTime) |
DescribeSystemEventCountRequest |
setStatus(String status) |
@NameInMap(value="EndTime") public String endTime
The timestamp that specifies the end of the time range to query. Unit: milliseconds.
@NameInMap(value="EventType") public String eventType
The type of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter `EventType`. The value of the EventType parameter indicates the types of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see [DescribeSystemEventMetaList](~~114972~~).
@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
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter `Level`. The value of the Level parameter indicates the levels of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see [DescribeSystemEventMetaList](~~114972~~).
@NameInMap(value="Name") public String name
The name of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter `Name`. The value of the Name parameter indicates the names of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see [DescribeSystemEventMetaList](~~114972~~).
@NameInMap(value="Product") public String product
The name of the cloud service in which the system event occurred.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter `Product`. The value of the Product parameter indicates the names of all cloud services in which the system events of your Alibaba Cloud account occurred. For more information, see [DescribeSystemEventMetaList](~~114972~~).
@NameInMap(value="RegionId") public String regionId
@NameInMap(value="SearchKeywords") public String searchKeywords
The keywords that are used to search for the system event. You can use a logical operator to connect keywords. Valid values:
* If you want to search for the system event whose content contains a and b, set the value to `a and b`.
* If you want to search for the system event whose content contains a or b, set the value to `a or b`.
@NameInMap(value="StartTime") public String startTime
The timestamp that specifies the start of the time range to query. Unit: milliseconds.
@NameInMap(value="Status") public String status
The status of the system event.
You can call the DescribeSystemEventMetaList operation to obtain the value of the response parameter `Status`. The value of the Status parameter indicates the status of system events that occurred for all cloud services in your Alibaba Cloud account. For more information, see [DescribeSystemEventMetaList](~~114972~~).
public static DescribeSystemEventCountRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventCountRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSystemEventCountRequest setEventType(String eventType)
public String getEventType()
public DescribeSystemEventCountRequest setGroupId(String groupId)
public String getGroupId()
public DescribeSystemEventCountRequest setLevel(String level)
public String getLevel()
public DescribeSystemEventCountRequest setName(String name)
public String getName()
public DescribeSystemEventCountRequest setProduct(String product)
public String getProduct()
public DescribeSystemEventCountRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSystemEventCountRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeSystemEventCountRequest setStartTime(String startTime)
public String getStartTime()
public DescribeSystemEventCountRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.