public class SendDryRunSystemEventRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
eventContent
The content of the system event.
|
String |
eventName
The name of the system event.
|
String |
groupId
The ID of the application group.
|
String |
product
The name of the cloud service.
|
String |
regionId |
| 构造器和说明 |
|---|
SendDryRunSystemEventRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SendDryRunSystemEventRequest |
build(Map<String,?> map) |
String |
getEventContent() |
String |
getEventName() |
String |
getGroupId() |
String |
getProduct() |
String |
getRegionId() |
SendDryRunSystemEventRequest |
setEventContent(String eventContent) |
SendDryRunSystemEventRequest |
setEventName(String eventName) |
SendDryRunSystemEventRequest |
setGroupId(String groupId) |
SendDryRunSystemEventRequest |
setProduct(String product) |
SendDryRunSystemEventRequest |
setRegionId(String regionId) |
@NameInMap(value="EventContent") public String eventContent
The content of the system event.
> The value of this parameter is a JSON object. We recommend that you include the `product`, `resourceId`, and `regionId` fields in the JSON object.
@NameInMap(value="EventName") public String eventName
The name of the system event.
> For more information, see [DescribeSystemEventMetaList](~~114972~~).
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Product") public String product
The name of the cloud service.
> For information about the system events supported by Cloud Monitor for Alibaba Cloud services, see [System events](~~167388~~).
@NameInMap(value="RegionId") public String regionId
public static SendDryRunSystemEventRequest build(Map<String,?> map) throws Exception
Exceptionpublic SendDryRunSystemEventRequest setEventContent(String eventContent)
public String getEventContent()
public SendDryRunSystemEventRequest setEventName(String eventName)
public String getEventName()
public SendDryRunSystemEventRequest setGroupId(String groupId)
public String getGroupId()
public SendDryRunSystemEventRequest setProduct(String product)
public String getProduct()
public SendDryRunSystemEventRequest setRegionId(String regionId)
public String getRegionId()
Copyright © 2024. All rights reserved.