public static final class DescribeSystemEventAttributeResponseBody.SystemEvent.Builder extends Object
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder content(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"}]
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder groupId(String groupId)
The ID of the application group.
example:12345
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder id(String id)
The event ID.
example:b936efc9-f621-4e8a-a6eb-076be40e****
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder instanceName(String instanceName)
The instance name.
example:instanceId1
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder level(String level)
The level of the event. Valid values:
WARN
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder name(String name)
The event name.
example:Agent_Status_Stopped
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder product(String product)
The abbreviation of the service name.
example:CloudMonitor
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder regionId(String regionId)
The region ID.
example:cn-hangzhou
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder resourceId(String resourceId)
The resource ID.
example:xxxxx-1
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder status(String status)
The status of the event.
example:normal
public DescribeSystemEventAttributeResponseBody.SystemEvent.Builder time(Long time)
The time when the event occurred. The value is a timestamp.
Unit: milliseconds.
example:1552199984000
public DescribeSystemEventAttributeResponseBody.SystemEvent build()
Copyright © 2026. All rights reserved.