public static class PutHybridMonitorMetricDataRequest.PutHybridMonitorMetricDataRequestMetricListLabels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
key
The tag key of the metric.
|
String |
value
The tag value of the metric.
|
| 构造器和说明 |
|---|
PutHybridMonitorMetricDataRequestMetricListLabels() |
@NameInMap(value="Key") public String key
The tag key of the metric.
Valid values of N: 1 to 100.
The key can contain letters, digits, and underscores (*). The key must start with a letter or an underscore (*).
> You must specify both the Key and Value parameters.
@NameInMap(value="Value") public String value
The tag value of the metric.
Valid values of N: 1 to 100.
> You must specify both the Key and Value parameters.
public PutHybridMonitorMetricDataRequestMetricListLabels()
public static PutHybridMonitorMetricDataRequest.PutHybridMonitorMetricDataRequestMetricListLabels build(Map<String,?> map) throws Exception
Exceptionpublic PutHybridMonitorMetricDataRequest.PutHybridMonitorMetricDataRequestMetricListLabels setKey(String key)
public String getKey()
public PutHybridMonitorMetricDataRequest.PutHybridMonitorMetricDataRequestMetricListLabels setValue(String value)
public String getValue()
Copyright © 2024. All rights reserved.