public class TagDetailInfo extends AbstractModel
| Constructor and Description |
|---|
TagDetailInfo() |
TagDetailInfo(TagDetailInfo 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 |
getBizTagId()
Get 标签业务ID
|
Long |
getCreateTime()
Get 标签创建时间,单位为秒
|
Long |
getSort()
Get 标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)
|
String |
getTagId()
Get 企微标签ID
|
String |
getTagName()
Get 标签名称
|
void |
setBizTagId(String BizTagId)
Set 标签业务ID
|
void |
setCreateTime(Long CreateTime)
Set 标签创建时间,单位为秒
|
void |
setSort(Long Sort)
Set 标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)
|
void |
setTagId(String TagId)
Set 企微标签ID
|
void |
setTagName(String TagName)
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 TagDetailInfo()
public TagDetailInfo(TagDetailInfo source)
public String getTagName()
public void setTagName(String TagName)
TagName - 标签名称public String getBizTagId()
public void setBizTagId(String BizTagId)
BizTagId - 标签业务IDpublic String getTagId()
public void setTagId(String TagId)
TagId - 企微标签IDpublic Long getSort()
public void setSort(Long Sort)
Sort - 标签排序的次序值,sort值大的排序靠前。有效的值范围是[0, 2^32)public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 标签创建时间,单位为秒Copyright © 2022. All rights reserved.