public class DescribeCaptchaMiniResultRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCaptchaMiniResultRequest() | 
| DescribeCaptchaMiniResultRequest(DescribeCaptchaMiniResultRequest 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 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据 | 
| Long | getCaptchaAppId()Get 验证码应用ID。登录 [验证码控制台](https://console.cloud.tencent.com/captcha/graphical),在验证列表的【密钥】列,即可查看到CaptchaAppId。 | 
| Long | getCaptchaType()Get 固定填值:9 | 
| String | getImei()Get 手机设备号 | 
| String | getMacAddress()Get mac 地址或设备唯一标识 | 
| Long | getSceneId()Get 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据 | 
| 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 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据 | 
| 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 | setSceneId(Long SceneId)Set 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据 | 
| 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 DescribeCaptchaMiniResultRequest()
public DescribeCaptchaMiniResultRequest(DescribeCaptchaMiniResultRequest source)
public Long getCaptchaType()
public void setCaptchaType(Long CaptchaType)
CaptchaType - 固定填值:9public String getTicket()
public void setTicket(String Ticket)
Ticket - 验证码返回给用户的票据public String getUserIp()
public void setUserIp(String UserIp)
UserIp - 业务侧获取到的验证码使用者的外网IPpublic 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 - 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据public Long getSceneId()
public void setSceneId(Long SceneId)
SceneId - 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据public String getMacAddress()
public void setMacAddress(String MacAddress)
MacAddress - mac 地址或设备唯一标识public String getImei()
public void setImei(String Imei)
Imei - 手机设备号Copyright © 2025. All rights reserved.