public class TagSpecification extends AbstractModel
| Constructor and Description |
|---|
TagSpecification() |
TagSpecification(TagSpecification 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 |
getResourceType()
Get 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”
|
Tag[] |
getTags()
Get 标签对列表
|
void |
setResourceType(String ResourceType)
Set 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”
|
void |
setTags(Tag[] Tags)
Set 标签对列表
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic TagSpecification()
public TagSpecification(TagSpecification source)
public String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 标签绑定的资源类型,云服务器为“instance”,专用宿主机为“host”public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 标签对列表Copyright © 2021. All rights reserved.