public static class DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The details of the event.
|
String |
groupId
The ID of the application group.
|
String |
id |
String |
instanceName
The instance name.
|
String |
level
The severity level of the alert.
|
String |
name
The event name.
|
String |
product
The abbreviation of the service name.
|
String |
regionId
The region ID.
|
String |
resourceId
The resource ID.
|
String |
status
The status of the event.
|
Long |
time
The time when the event occurred.
|
| 构造器和说明 |
|---|
DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent() |
@NameInMap(value="Content") public String content
The details of the event.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Id") public String id
@NameInMap(value="InstanceName") public String instanceName
The instance name.
@NameInMap(value="Level") public String level
The severity level of the alert. Valid values:
* CRITICAL
* WARN
* INFO
@NameInMap(value="Name") public String name
The event name.
@NameInMap(value="Product") public String product
The abbreviation of the service name.
@NameInMap(value="RegionId") public String regionId
The region ID.
@NameInMap(value="ResourceId") public String resourceId
The resource ID.
@NameInMap(value="Status") public String status
The status of the event.
@NameInMap(value="Time") public Long time
The time when the event occurred. The value is a timestamp.
Unit: milliseconds.
public DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent()
public static DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setContent(String content)
public String getContent()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setGroupId(String groupId)
public String getGroupId()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setId(String id)
public String getId()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setInstanceName(String instanceName)
public String getInstanceName()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setLevel(String level)
public String getLevel()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setName(String name)
public String getName()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setProduct(String product)
public String getProduct()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setRegionId(String regionId)
public String getRegionId()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setResourceId(String resourceId)
public String getResourceId()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setStatus(String status)
public String getStatus()
public DescribeSystemEventAttributeResponseBody.DescribeSystemEventAttributeResponseBodySystemEventsSystemEvent setTime(Long time)
public Long getTime()
Copyright © 2024. All rights reserved.