public class CreateCorpTagRequest extends AbstractModel
| Constructor and Description |
|---|
CreateCorpTagRequest() |
CreateCorpTagRequest(CreateCorpTagRequest 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 |
getGroupName()
Get 标签组名称,最长为15个字符
|
Long |
getSort()
Get 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)
|
TagInfo[] |
getTags()
Get 标签信息数组
|
void |
setGroupName(String GroupName)
Set 标签组名称,最长为15个字符
|
void |
setSort(Long Sort)
Set 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)
|
void |
setTags(TagInfo[] 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 CreateCorpTagRequest()
public CreateCorpTagRequest(CreateCorpTagRequest source)
public String getGroupName()
public void setGroupName(String GroupName)
GroupName - 标签组名称,最长为15个字符public TagInfo[] getTags()
public void setTags(TagInfo[] Tags)
Tags - 标签信息数组public Long getSort()
public void setSort(Long Sort)
Sort - 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)Copyright © 2021. All rights reserved.