public class TagFilter
extends com.tencentcloudapi.common.AbstractModel
| Constructor and Description |
|---|
TagFilter() |
TagFilter(TagFilter 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 TagFilter()
public TagFilter(TagFilter source)
public String getTagKey()
public void setTagKey(String TagKey)
TagKey - 标签键public String[] getTagValue()
public void setTagValue(String[] TagValue)
TagValue - 标签值Copyright © 2023. All rights reserved.