public class CaptchaUserAllAppId extends AbstractModel
| Constructor and Description |
|---|
CaptchaUserAllAppId() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAppName()
Get 注册应用名称
|
Long |
getCaptchaAppId()
Get 验证码应用ID
|
String |
getChannelInfo()
Get 渠道信息
|
Long |
getTcAppId()
Get 腾讯云APPID
|
void |
setAppName(String AppName)
Set 注册应用名称
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID
|
void |
setChannelInfo(String ChannelInfo)
Set 渠道信息
|
void |
setTcAppId(Long TcAppId)
Set 腾讯云APPID
|
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 Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId - 验证码应用IDpublic String getAppName()
public void setAppName(String AppName)
AppName - 注册应用名称public Long getTcAppId()
public void setTcAppId(Long TcAppId)
TcAppId - 腾讯云APPIDpublic String getChannelInfo()
public void setChannelInfo(String ChannelInfo)
ChannelInfo - 渠道信息Copyright © 2020. All rights reserved.