public class TagInfo
extends com.tencentcloudapi.common.AbstractModel
| Constructor and Description |
|---|
TagInfo() |
TagInfo(TagInfo 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.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getTagKey()
Get 标签的键
|
String |
getTagValue()
Get 标签的值
|
void |
setTagKey(String TagKey)
Set 标签的键
|
void |
setTagValue(String TagValue)
Set 标签的值
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
public TagInfo()
public TagInfo(TagInfo source)
public String getTagKey()
public void setTagKey(String TagKey)
TagKey - 标签的键public String getTagValue()
public void setTagValue(String TagValue)
TagValue - 标签的值Copyright © 2024. All rights reserved.