public class TagInfo extends 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 |
|---|---|
Long |
getSort()
Get 标签组排序,值越大,排序越靠前
|
String |
getTagName()
Get 标签名称, 最大长度限制15个字符
|
void |
setSort(Long Sort)
Set 标签组排序,值越大,排序越靠前
|
void |
setTagName(String TagName)
Set 标签名称, 最大长度限制15个字符
|
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 TagInfo()
public TagInfo(TagInfo source)
public String getTagName()
public void setTagName(String TagName)
TagName - 标签名称, 最大长度限制15个字符public Long getSort()
public void setSort(Long Sort)
Sort - 标签组排序,值越大,排序越靠前Copyright © 2022. All rights reserved.