public class TagGroup extends AbstractModel
| Constructor and Description |
|---|
TagGroup() |
TagGroup(TagGroup 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 |
getBizGroupId()
Get 标签组业务id
|
Long |
getCreateTime()
Get 标签组创建时间,单位为秒
|
String |
getGroupId()
Get 企微标签组id
|
String |
getGroupName()
Get 企微标签组名称,不能超过15个字符
|
Long |
getSort()
Get 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)
|
TagDetailInfo[] |
getTags()
Get 标签组内的标签列表, 上限为20
|
void |
setBizGroupId(String BizGroupId)
Set 标签组业务id
|
void |
setCreateTime(Long CreateTime)
Set 标签组创建时间,单位为秒
|
void |
setGroupId(String GroupId)
Set 企微标签组id
|
void |
setGroupName(String GroupName)
Set 企微标签组名称,不能超过15个字符
|
void |
setSort(Long Sort)
Set 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)
|
void |
setTags(TagDetailInfo[] Tags)
Set 标签组内的标签列表, 上限为20
|
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 TagGroup()
public TagGroup(TagGroup source)
public String getGroupId()
public void setGroupId(String GroupId)
GroupId - 企微标签组idpublic String getBizGroupId()
public void setBizGroupId(String BizGroupId)
BizGroupId - 标签组业务idpublic String getGroupName()
public void setGroupName(String GroupName)
GroupName - 企微标签组名称,不能超过15个字符public Long getSort()
public void setSort(Long Sort)
Sort - 标签组次序值。sort值大的排序靠前。有效的值范围是[0, 2^32)public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 标签组创建时间,单位为秒public TagDetailInfo[] getTags()
public void setTags(TagDetailInfo[] Tags)
Tags - 标签组内的标签列表, 上限为20Copyright © 2021. All rights reserved.