public static class DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
content
The description of the system event.
|
String |
groupId
The ID of the application group.
|
String |
instanceName
The name of the instance.
|
String |
level
The level of the system event.
|
String |
name
The name of the system event.
|
Long |
num
The number of times that the system event has occurred.
|
String |
product
The name of the cloud service in which the system event occurred.
|
String |
regionId
The region ID.
|
String |
resourceId
The resource ID.
|
String |
status
The status of the system event.
|
Long |
time
The time when the system event occurred.
|
| 构造器和说明 |
|---|
DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount() |
@NameInMap(value="Content") public String content
The description of the system event.
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
example:17285****
@NameInMap(value="InstanceName") public String instanceName
The name of the instance.
example:ECS-test
@NameInMap(value="Level") public String level
The level of the system event. Valid values:
Info
@NameInMap(value="Name") public String name
The name of the system event.
example:Instance:StateChange
@NameInMap(value="Num") public Long num
The number of times that the system event has occurred.
example:3
@NameInMap(value="Product") public String product
The name of the cloud service in which the system event occurred.
example:ECS
@NameInMap(value="RegionId") public String regionId
The region ID.
example:cn-hangzhou
@NameInMap(value="ResourceId") public String resourceId
The resource ID.
example:i-rj99xc6cptkk64ml****
@NameInMap(value="Status") public String status
The status of the system event.
example:Normal
@NameInMap(value="Time") public Long time
The time when the system event occurred. The value is a timestamp. Unit: milliseconds.
example:1635993751000
public DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount()
public static DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount build(Map<String,?> map) throws Exception
Exceptionpublic DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setContent(String content)
public String getContent()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setGroupId(String groupId)
public String getGroupId()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setInstanceName(String instanceName)
public String getInstanceName()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setLevel(String level)
public String getLevel()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setName(String name)
public String getName()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setNum(Long num)
public Long getNum()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setProduct(String product)
public String getProduct()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setRegionId(String regionId)
public String getRegionId()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setResourceId(String resourceId)
public String getResourceId()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setStatus(String status)
public String getStatus()
public DescribeSystemEventCountResponseBody.DescribeSystemEventCountResponseBodySystemEventCountsSystemEventCount setTime(Long time)
public Long getTime()
Copyright © 2026. All rights reserved.