public class CaptchaUserAllAppId extends AbstractModel
Constructor and Description |
---|
CaptchaUserAllAppId() |
CaptchaUserAllAppId(CaptchaUserAllAppId 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 |
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, toJsonString
public CaptchaUserAllAppId()
public CaptchaUserAllAppId(CaptchaUserAllAppId source)
public 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 © 2021. All rights reserved.