Class DescribeCaptchaResultRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaResultRequest
-
public class DescribeCaptchaResultRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCaptchaResultRequest()DescribeCaptchaResultRequest(DescribeCaptchaResultRequest 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 StringgetAppSecretKey()Get 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。LonggetBusinessId()Get 预留字段LonggetCaptchaAppId()Get 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。LonggetCaptchaType()Get 固定填值:9。可在控制台配置不同验证码类型。StringgetImei()Get 手机设备号StringgetMacAddress()Get mac 地址或设备唯一标识LonggetNeedGetCaptchaTime()Get 是否返回前端获取验证码时间,取值1:需要返回StringgetRandstr()Get 前端回调函数返回的随机字符串LonggetSceneId()Get 预留字段StringgetTicket()Get 前端回调函数返回的用户验证票据StringgetUserIp()Get 业务侧获取到的验证码使用者的外网IPvoidsetAppSecretKey(String AppSecretKey)Set 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。voidsetBusinessId(Long BusinessId)Set 预留字段voidsetCaptchaAppId(Long CaptchaAppId)Set 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。voidsetCaptchaType(Long CaptchaType)Set 固定填值:9。可在控制台配置不同验证码类型。voidsetImei(String Imei)Set 手机设备号voidsetMacAddress(String MacAddress)Set mac 地址或设备唯一标识voidsetNeedGetCaptchaTime(Long NeedGetCaptchaTime)Set 是否返回前端获取验证码时间,取值1:需要返回voidsetRandstr(String Randstr)Set 前端回调函数返回的随机字符串voidsetSceneId(Long SceneId)Set 预留字段voidsetTicket(String Ticket)Set 前端回调函数返回的用户验证票据voidsetUserIp(String UserIp)Set 业务侧获取到的验证码使用者的外网IPvoidtoMap(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
-
DescribeCaptchaResultRequest
public DescribeCaptchaResultRequest()
-
DescribeCaptchaResultRequest
public DescribeCaptchaResultRequest(DescribeCaptchaResultRequest 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
-
getCaptchaType
public Long getCaptchaType()
Get 固定填值:9。可在控制台配置不同验证码类型。- Returns:
- CaptchaType 固定填值:9。可在控制台配置不同验证码类型。
-
setCaptchaType
public void setCaptchaType(Long CaptchaType)
Set 固定填值:9。可在控制台配置不同验证码类型。- Parameters:
CaptchaType- 固定填值:9。可在控制台配置不同验证码类型。
-
getTicket
public String getTicket()
Get 前端回调函数返回的用户验证票据- Returns:
- Ticket 前端回调函数返回的用户验证票据
-
setTicket
public void setTicket(String Ticket)
Set 前端回调函数返回的用户验证票据- Parameters:
Ticket- 前端回调函数返回的用户验证票据
-
getUserIp
public String getUserIp()
Get 业务侧获取到的验证码使用者的外网IP- Returns:
- UserIp 业务侧获取到的验证码使用者的外网IP
-
setUserIp
public void setUserIp(String UserIp)
Set 业务侧获取到的验证码使用者的外网IP- Parameters:
UserIp- 业务侧获取到的验证码使用者的外网IP
-
getRandstr
public String getRandstr()
Get 前端回调函数返回的随机字符串- Returns:
- Randstr 前端回调函数返回的随机字符串
-
setRandstr
public void setRandstr(String Randstr)
Set 前端回调函数返回的随机字符串- Parameters:
Randstr- 前端回调函数返回的随机字符串
-
getCaptchaAppId
public Long getCaptchaAppId()
Get 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。- Returns:
- CaptchaAppId 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
-
setCaptchaAppId
public void setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。- Parameters:
CaptchaAppId- 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。
-
getAppSecretKey
public String getAppSecretKey()
Get 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。- Returns:
- AppSecretKey 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
-
setAppSecretKey
public void setAppSecretKey(String AppSecretKey)
Set 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。- Parameters:
AppSecretKey- 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。
-
getBusinessId
public Long getBusinessId()
Get 预留字段- Returns:
- BusinessId 预留字段
-
setBusinessId
public void setBusinessId(Long BusinessId)
Set 预留字段- Parameters:
BusinessId- 预留字段
-
getSceneId
public Long getSceneId()
Get 预留字段- Returns:
- SceneId 预留字段
-
setSceneId
public void setSceneId(Long SceneId)
Set 预留字段- Parameters:
SceneId- 预留字段
-
getMacAddress
public String getMacAddress()
Get mac 地址或设备唯一标识- Returns:
- MacAddress mac 地址或设备唯一标识
-
setMacAddress
public void setMacAddress(String MacAddress)
Set mac 地址或设备唯一标识- Parameters:
MacAddress- mac 地址或设备唯一标识
-
getImei
public String getImei()
Get 手机设备号- Returns:
- Imei 手机设备号
-
setImei
public void setImei(String Imei)
Set 手机设备号- Parameters:
Imei- 手机设备号
-
getNeedGetCaptchaTime
public Long getNeedGetCaptchaTime()
Get 是否返回前端获取验证码时间,取值1:需要返回- Returns:
- NeedGetCaptchaTime 是否返回前端获取验证码时间,取值1:需要返回
-
setNeedGetCaptchaTime
public void setNeedGetCaptchaTime(Long NeedGetCaptchaTime)
Set 是否返回前端获取验证码时间,取值1:需要返回- Parameters:
NeedGetCaptchaTime- 是否返回前端获取验证码时间,取值1:需要返回
-
-