public class DescribeSystemEventAttributeRequest
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.
|
Integer |
pageNumber
The number of the page to return.
|
Integer |
pageSize
The number of entries to return on each page.
|
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 beginning of the time range to query.
|
String |
status
The status of the system event.
|
| 构造器和说明 |
|---|
DescribeSystemEventAttributeRequest() |
@NameInMap(value="EndTime") public String endTime
The end of the time range to query.
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
@NameInMap(value="EventType") public String eventType
The type of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query 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: critical
* WARN: warning
* INFO: information
@NameInMap(value="Name") public String name
The name of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the names of system events.
@NameInMap(value="PageNumber") public Integer pageNumber
The number of the page to return.
Valid values: 1 to 100000000.
Default value: 1.
@NameInMap(value="PageSize") public Integer pageSize
The number of entries to return on each page.
Valid values: 1 to 100.
Default value: 10
@NameInMap(value="Product") public String product
The abbreviation of the service name.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the abbreviations of service names.
@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:
* 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 beginning of the time range to query.
The value must be a UNIX timestamp. It is the number of seconds that have elapsed since 00:00:00 UTC, January 1, 1970.
@NameInMap(value="Status") public String status
The status of the system event.
> You can call the [DescribeSystemEventMetaList](~~114972~~) operation to query the statuses of system events.
public static DescribeSystemEventAttributeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventAttributeRequest setEndTime(String endTime)
public String getEndTime()
public DescribeSystemEventAttributeRequest setEventType(String eventType)
public String getEventType()
public DescribeSystemEventAttributeRequest setGroupId(String groupId)
public String getGroupId()
public DescribeSystemEventAttributeRequest setLevel(String level)
public String getLevel()
public DescribeSystemEventAttributeRequest setName(String name)
public String getName()
public DescribeSystemEventAttributeRequest setPageNumber(Integer pageNumber)
public Integer getPageNumber()
public DescribeSystemEventAttributeRequest setPageSize(Integer pageSize)
public Integer getPageSize()
public DescribeSystemEventAttributeRequest setProduct(String product)
public String getProduct()
public DescribeSystemEventAttributeRequest setRegionId(String regionId)
public String getRegionId()
public DescribeSystemEventAttributeRequest setSearchKeywords(String searchKeywords)
public String getSearchKeywords()
public DescribeSystemEventAttributeRequest setStartTime(String startTime)
public String getStartTime()
public DescribeSystemEventAttributeRequest setStatus(String status)
public String getStatus()
Copyright © 2024. All rights reserved.