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
The event ID.
|
String |
instanceName
The instance name.
|
String |
level
The level of the event.
|
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.
example:[{"product":"CloudMonitor","content":"{\"ipGroup\":\"112.126.XX.XX,10.163.XX.XX\",\"tianjimonVersion\":\"1.2.22\"}","groupId":"176,177,178,179,180,692,120812,1663836,96,2028302","time":"1552209568000","resourceId":"acs:ecs:cn-beijing:173651113438****:instance/i-25k35****","level":"CRITICAL","status":"stopped","instanceName":"cmssiteprobebj-6","name":"Agent_Status_Stopped","regionId":"cn-beijing"}]
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
example:12345
@NameInMap(value="Id") public String id
The event ID.
example:b936efc9-f621-4e8a-a6eb-076be40e****
@NameInMap(value="InstanceName") public String instanceName
The instance name.
example:instanceId1
@NameInMap(value="Level") public String level
The level of the event. Valid values:
WARN
@NameInMap(value="Name") public String name
The event name.
example:Agent_Status_Stopped
@NameInMap(value="Product") public String product
The abbreviation of the service name.
example:CloudMonitor
@NameInMap(value="RegionId") public String regionId
The region ID.
example:cn-hangzhou
@NameInMap(value="ResourceId") public String resourceId
The resource ID.
example:xxxxx-1
@NameInMap(value="Status") public String status
The status of the event.
example:normal
@NameInMap(value="Time") public Long time
The time when the event occurred. The value is a timestamp.
Unit: milliseconds.
example:1552199984000
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 © 2026. All rights reserved.