public static class Service.ServiceLabels
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
labelKey |
String |
labelValue |
| 构造器和说明 |
|---|
ServiceLabels() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Service.ServiceLabels |
build(Map<String,?> map) |
String |
getLabelKey() |
String |
getLabelValue() |
Service.ServiceLabels |
setLabelKey(String labelKey) |
Service.ServiceLabels |
setLabelValue(String labelValue) |
@NameInMap(value="LabelKey") public String labelKey
@NameInMap(value="LabelValue") public String labelValue
public static Service.ServiceLabels build(Map<String,?> map) throws Exception
Exceptionpublic Service.ServiceLabels setLabelKey(String labelKey)
public String getLabelKey()
public Service.ServiceLabels setLabelValue(String labelValue)
public String getLabelValue()
Copyright © 2024. All rights reserved.