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