public static class DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
description
The description of the event-triggered alert rule.
|
DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResultEventPattern |
eventPattern
The event pattern.
|
String |
eventType
The event type.
|
String |
groupId
The ID of the application group.
|
String |
name
The name of the event-triggered alert rule.
|
String |
state
The status of the event-triggered alert rule.
|
| 构造器和说明 |
|---|
DescribeEventRuleAttributeResponseBodyResult() |
@NameInMap(value="Description") public String description
The description of the event-triggered alert rule.
@NameInMap(value="EventPattern") public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResultEventPattern eventPattern
The event pattern. This parameter describes the trigger conditions of an event.
@NameInMap(value="EventType") public String eventType
The event type. Valid values:
* SYSTEM: system event
* CUSTOM: custom event
@NameInMap(value="GroupId") public String groupId
The ID of the application group.
@NameInMap(value="Name") public String name
The name of the event-triggered alert rule.
@NameInMap(value="State") public String state
The status of the event-triggered alert rule. Valid values:
* ENABLED
* DISABLED
public DescribeEventRuleAttributeResponseBodyResult()
public static DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult build(Map<String,?> map) throws Exception
Exceptionpublic DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setDescription(String description)
public String getDescription()
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setEventPattern(DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResultEventPattern eventPattern)
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResultEventPattern getEventPattern()
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setEventType(String eventType)
public String getEventType()
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setGroupId(String groupId)
public String getGroupId()
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setName(String name)
public String getName()
public DescribeEventRuleAttributeResponseBody.DescribeEventRuleAttributeResponseBodyResult setState(String state)
public String getState()
Copyright © 2024. All rights reserved.