public static class CreateOrUpdateAlertRuleResponseBody.CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
name
The key of the annotation.
|
String |
value
The value of the annotation.
|
| 构造器和说明 |
|---|
CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations() |
@NameInMap(value="Name") public String name
The key of the annotation.
example:123
@NameInMap(value="Value") public String value
The value of the annotation.
example:abc
public CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations()
public static CreateOrUpdateAlertRuleResponseBody.CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations build(Map<String,?> map) throws Exception
Exceptionpublic CreateOrUpdateAlertRuleResponseBody.CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations setName(String name)
public String getName()
public CreateOrUpdateAlertRuleResponseBody.CreateOrUpdateAlertRuleResponseBodyAlertRuleAnnotations setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.