public class DescribeCaptchaResultRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getAppSecretKey()Get 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。 | 
| Long | getBusinessId()Get 预留字段 | 
| Long | getCaptchaAppId()Get 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。 | 
| Long | getCaptchaType()Get 固定填值:9。 | 
| String | getImei()Get 手机设备号 | 
| String | getMacAddress()Get mac 地址或设备唯一标识 | 
| Long | getNeedGetCaptchaTime()Get 是否返回前端获取验证码时间,取值1:需要返回 | 
| String | getRandstr()Get 前端回调函数返回的随机字符串 | 
| Long | getSceneId()Get 预留字段 | 
| String | getTicket()Get 前端回调函数返回的用户验证票据 | 
| String | getUserIp()Get 业务侧获取到的验证码使用者的外网IP | 
| void | setAppSecretKey(String AppSecretKey)Set 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。 | 
| void | setBusinessId(Long BusinessId)Set 预留字段 | 
| void | setCaptchaAppId(Long CaptchaAppId)Set 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。 | 
| void | setCaptchaType(Long CaptchaType)Set 固定填值:9。 | 
| void | setImei(String Imei)Set 手机设备号 | 
| void | setMacAddress(String MacAddress)Set mac 地址或设备唯一标识 | 
| void | setNeedGetCaptchaTime(Long NeedGetCaptchaTime)Set 是否返回前端获取验证码时间,取值1:需要返回 | 
| void | setRandstr(String Randstr)Set 前端回调函数返回的随机字符串 | 
| void | setSceneId(Long SceneId)Set 预留字段 | 
| void | setTicket(String Ticket)Set 前端回调函数返回的用户验证票据 | 
| void | setUserIp(String UserIp)Set 业务侧获取到的验证码使用者的外网IP | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeCaptchaResultRequest()
public DescribeCaptchaResultRequest(DescribeCaptchaResultRequest source)
public Long getCaptchaType()
public void setCaptchaType(Long CaptchaType)
CaptchaType - 固定填值:9。public String getTicket()
public void setTicket(String Ticket)
Ticket - 前端回调函数返回的用户验证票据public String getUserIp()
public void setUserIp(String UserIp)
UserIp - 业务侧获取到的验证码使用者的外网IPpublic String getRandstr()
public void setRandstr(String Randstr)
Randstr - 前端回调函数返回的随机字符串public Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId - 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。public String getAppSecretKey()
public void setAppSecretKey(String AppSecretKey)
AppSecretKey - 验证码应用密钥。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到AppSecretKey。AppSecretKey属于服务器端校验验证码票据的密钥,请妥善保密,请勿泄露给第三方。public Long getBusinessId()
public void setBusinessId(Long BusinessId)
BusinessId - 预留字段public Long getSceneId()
public void setSceneId(Long SceneId)
SceneId - 预留字段public String getMacAddress()
public void setMacAddress(String MacAddress)
MacAddress - mac 地址或设备唯一标识public String getImei()
public void setImei(String Imei)
Imei - 手机设备号public Long getNeedGetCaptchaTime()
public void setNeedGetCaptchaTime(Long NeedGetCaptchaTime)
NeedGetCaptchaTime - 是否返回前端获取验证码时间,取值1:需要返回Copyright © 2025. All rights reserved.