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 occurred.
|
String |
product
The name of the cloud service in which the system event occurred.
|
String |
regionId
The ID of the region.
|
String |
resourceId
The ID of the resource.
|
String |
status
The status of the system event.
|
Long |
time
The timestamp 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.
@NameInMap(value="InstanceName") public String instanceName
The name of the instance.
@NameInMap(value="Level") public String level
The level of the system event. Valid values:
* Critical
* Warn
* Info
@NameInMap(value="Name") public String name
The name of the system event.
@NameInMap(value="Num") public Long num
The number of times that the system event occurred.
@NameInMap(value="Product") public String product
The name of the cloud service in which the system event occurred.
@NameInMap(value="RegionId") public String regionId
The ID of the region.
@NameInMap(value="ResourceId") public String resourceId
The ID of the resource.
@NameInMap(value="Status") public String status
The status of the system event.
@NameInMap(value="Time") public Long time
The timestamp when the system event occurred. Unit: milliseconds.
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 © 2024. All rights reserved.