public class TagSpecification extends AbstractModel
| Constructor and Description |
|---|
TagSpecification() |
| 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 String getResourceType()
public void setResourceType(String ResourceType)
ResourceType - 标签绑定的资源类型,当前支持类型:"instance"和"host"public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags - 标签对列表Copyright © 2020. All rights reserved.