public static class PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The tag key of the alert rule.
|
String |
value
The tag value of the alert rule.
|
| 构造器和说明 |
|---|
PutGroupMetricRuleRequestLabels() |
| 限定符和类型 | 方法和说明 |
|---|---|
static PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels |
build(Map<String,?> map) |
String |
getKey() |
String |
getValue() |
PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels |
setKey(String key) |
PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels |
setValue(String value) |
@NameInMap(value="Key") public String key
The tag key of the alert rule.
@NameInMap(value="Value") public String value
The tag value of the alert rule.
public static PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels build(Map<String,?> map) throws Exception
Exceptionpublic PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels setKey(String key)
public String getKey()
public PutGroupMetricRuleRequest.PutGroupMetricRuleRequestLabels setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.