Class ChannelCodeInnerDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.wav.v20210129.models.ChannelCodeInnerDetail
-
public class ChannelCodeInnerDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ChannelCodeInnerDetail()ChannelCodeInnerDetail(ChannelCodeInnerDetail 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppId()Get 应用IDStringgetConfigId()Get 联系我config_idLonggetFriends()Get 添加好友人数LonggetId()Get 渠道活码idLonggetMsgId()Get 欢迎语id(通过欢迎语新增返回的id)StringgetName()Get 二维码名称StringgetQrCodeUrl()Get 联系我二维码地址LonggetRecStatus()Get 记录状态, 0:有效、1:无效StringgetRemark()Get 备注LonggetSkipVerify()Get 自动通过好友,0:开启、1:关闭,默认0开启StringgetSource()Get 渠道来源StringgetSourceName()Get 渠道来源名称WeComTagDetail[]getTagList()Get 标签LonggetType()Get 欢迎语类型,0:普通欢迎语、1:渠道欢迎语Long[]getUseUserIdList()Get 使用成员用户id集String[]getUseUserOpenIdList()Get 使用成员企微账号id集voidsetAppId(String AppId)Set 应用IDvoidsetConfigId(String ConfigId)Set 联系我config_idvoidsetFriends(Long Friends)Set 添加好友人数voidsetId(Long Id)Set 渠道活码idvoidsetMsgId(Long MsgId)Set 欢迎语id(通过欢迎语新增返回的id)voidsetName(String Name)Set 二维码名称voidsetQrCodeUrl(String QrCodeUrl)Set 联系我二维码地址voidsetRecStatus(Long RecStatus)Set 记录状态, 0:有效、1:无效voidsetRemark(String Remark)Set 备注voidsetSkipVerify(Long SkipVerify)Set 自动通过好友,0:开启、1:关闭,默认0开启voidsetSource(String Source)Set 渠道来源voidsetSourceName(String SourceName)Set 渠道来源名称voidsetTagList(WeComTagDetail[] TagList)Set 标签voidsetType(Long Type)Set 欢迎语类型,0:普通欢迎语、1:渠道欢迎语voidsetUseUserIdList(Long[] UseUserIdList)Set 使用成员用户id集voidsetUseUserOpenIdList(String[] UseUserOpenIdList)Set 使用成员企微账号id集voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ChannelCodeInnerDetail
public ChannelCodeInnerDetail()
-
ChannelCodeInnerDetail
public ChannelCodeInnerDetail(ChannelCodeInnerDetail 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.
-
-
Method Detail
-
getId
public Long getId()
Get 渠道活码id- Returns:
- Id 渠道活码id
-
setId
public void setId(Long Id)
Set 渠道活码id- Parameters:
Id- 渠道活码id
-
getType
public Long getType()
Get 欢迎语类型,0:普通欢迎语、1:渠道欢迎语- Returns:
- Type 欢迎语类型,0:普通欢迎语、1:渠道欢迎语
-
setType
public void setType(Long Type)
Set 欢迎语类型,0:普通欢迎语、1:渠道欢迎语- Parameters:
Type- 欢迎语类型,0:普通欢迎语、1:渠道欢迎语
-
getSource
public String getSource()
Get 渠道来源- Returns:
- Source 渠道来源
-
setSource
public void setSource(String Source)
Set 渠道来源- Parameters:
Source- 渠道来源
-
getSourceName
public String getSourceName()
Get 渠道来源名称- Returns:
- SourceName 渠道来源名称
-
setSourceName
public void setSourceName(String SourceName)
Set 渠道来源名称- Parameters:
SourceName- 渠道来源名称
-
getName
public String getName()
Get 二维码名称- Returns:
- Name 二维码名称
-
setName
public void setName(String Name)
Set 二维码名称- Parameters:
Name- 二维码名称
-
getUseUserIdList
public Long[] getUseUserIdList()
Get 使用成员用户id集- Returns:
- UseUserIdList 使用成员用户id集
-
setUseUserIdList
public void setUseUserIdList(Long[] UseUserIdList)
Set 使用成员用户id集- Parameters:
UseUserIdList- 使用成员用户id集
-
getUseUserOpenIdList
public String[] getUseUserOpenIdList()
Get 使用成员企微账号id集- Returns:
- UseUserOpenIdList 使用成员企微账号id集
-
setUseUserOpenIdList
public void setUseUserOpenIdList(String[] UseUserOpenIdList)
Set 使用成员企微账号id集- Parameters:
UseUserOpenIdList- 使用成员企微账号id集
-
getTagList
public WeComTagDetail[] getTagList()
Get 标签- Returns:
- TagList 标签
-
setTagList
public void setTagList(WeComTagDetail[] TagList)
Set 标签- Parameters:
TagList- 标签
-
getSkipVerify
public Long getSkipVerify()
Get 自动通过好友,0:开启、1:关闭,默认0开启- Returns:
- SkipVerify 自动通过好友,0:开启、1:关闭,默认0开启
-
setSkipVerify
public void setSkipVerify(Long SkipVerify)
Set 自动通过好友,0:开启、1:关闭,默认0开启- Parameters:
SkipVerify- 自动通过好友,0:开启、1:关闭,默认0开启
-
getFriends
public Long getFriends()
Get 添加好友人数- Returns:
- Friends 添加好友人数
-
setFriends
public void setFriends(Long Friends)
Set 添加好友人数- Parameters:
Friends- 添加好友人数
-
getRemark
public String getRemark()
Get 备注- Returns:
- Remark 备注
-
setRemark
public void setRemark(String Remark)
Set 备注- Parameters:
Remark- 备注
-
getMsgId
public Long getMsgId()
Get 欢迎语id(通过欢迎语新增返回的id)- Returns:
- MsgId 欢迎语id(通过欢迎语新增返回的id)
-
setMsgId
public void setMsgId(Long MsgId)
Set 欢迎语id(通过欢迎语新增返回的id)- Parameters:
MsgId- 欢迎语id(通过欢迎语新增返回的id)
-
getConfigId
public String getConfigId()
Get 联系我config_id- Returns:
- ConfigId 联系我config_id
-
setConfigId
public void setConfigId(String ConfigId)
Set 联系我config_id- Parameters:
ConfigId- 联系我config_id
-
getQrCodeUrl
public String getQrCodeUrl()
Get 联系我二维码地址- Returns:
- QrCodeUrl 联系我二维码地址
-
setQrCodeUrl
public void setQrCodeUrl(String QrCodeUrl)
Set 联系我二维码地址- Parameters:
QrCodeUrl- 联系我二维码地址
-
getRecStatus
public Long getRecStatus()
Get 记录状态, 0:有效、1:无效- Returns:
- RecStatus 记录状态, 0:有效、1:无效
-
setRecStatus
public void setRecStatus(Long RecStatus)
Set 记录状态, 0:有效、1:无效- Parameters:
RecStatus- 记录状态, 0:有效、1:无效
-
getAppId
public String getAppId()
Get 应用ID- Returns:
- AppId 应用ID
-
setAppId
public void setAppId(String AppId)
Set 应用ID- Parameters:
AppId- 应用ID
-
-