| Package | Description |
|---|---|
| com.tencentcloudapi.lkeap.v20240522.models |
| Modifier and Type | Method and Description |
|---|---|
AttributeLabelItem[] |
CreateAttributeLabelRequest.getLabels()
Get 属性标签信息
|
AttributeLabelItem[] |
ModifyAttributeLabelRequest.getLabels()
Get 说明:标签ID(LabelId)以及标签名(LabelName)
备注:
- 不填写LabelId,默认在当前AttributeId下新增标签值(LabelName);
- 若填写该AttributeId下的LabelId以及LabelName,则为修改该LabelId对应的标签值
|
AttributeLabelItem[] |
AttributeItem.getLabels()
Get 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateAttributeLabelRequest.setLabels(AttributeLabelItem[] Labels)
Set 属性标签信息
|
void |
ModifyAttributeLabelRequest.setLabels(AttributeLabelItem[] Labels)
Set 说明:标签ID(LabelId)以及标签名(LabelName)
备注:
- 不填写LabelId,默认在当前AttributeId下新增标签值(LabelName);
- 若填写该AttributeId下的LabelId以及LabelName,则为修改该LabelId对应的标签值
|
void |
AttributeItem.setLabels(AttributeLabelItem[] Labels)
Set 标签名称
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
AttributeLabelItem(AttributeLabelItem source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.