Class DescribeCaptchaMiniRiskResultRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaMiniRiskResultRequest
-
public class DescribeCaptchaMiniRiskResultRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCaptchaMiniRiskResultRequest()DescribeCaptchaMiniRiskResultRequest(DescribeCaptchaMiniRiskResultRequest 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 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方LonggetBusinessId()Get 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据LonggetCaptchaAppId()Get 验证码应用APPIDLonggetCaptchaType()Get 固定填值:9(滑块验证码)StringgetImei()Get 手机设备号StringgetMacAddress()Get mac 地址或设备唯一标识LonggetSceneCode()Get 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。LonggetSceneId()Get 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据StringgetTicket()Get 验证码返回给用户的票据StringgetUserIp()Get 业务侧获取到的验证码使用者的外网IPStringgetWeChatOpenId()Get 用户操作来源的微信开放账号voidsetAppSecretKey(String AppSecretKey)Set 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方voidsetBusinessId(Long BusinessId)Set 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据voidsetCaptchaAppId(Long CaptchaAppId)Set 验证码应用APPIDvoidsetCaptchaType(Long CaptchaType)Set 固定填值:9(滑块验证码)voidsetImei(String Imei)Set 手机设备号voidsetMacAddress(String MacAddress)Set mac 地址或设备唯一标识voidsetSceneCode(Long SceneCode)Set 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。voidsetSceneId(Long SceneId)Set 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据voidsetTicket(String Ticket)Set 验证码返回给用户的票据voidsetUserIp(String UserIp)Set 业务侧获取到的验证码使用者的外网IPvoidsetWeChatOpenId(String WeChatOpenId)Set 用户操作来源的微信开放账号voidtoMap(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
-
DescribeCaptchaMiniRiskResultRequest
public DescribeCaptchaMiniRiskResultRequest()
-
DescribeCaptchaMiniRiskResultRequest
public DescribeCaptchaMiniRiskResultRequest(DescribeCaptchaMiniRiskResultRequest 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
-
getCaptchaAppId
public Long getCaptchaAppId()
Get 验证码应用APPID- Returns:
- CaptchaAppId 验证码应用APPID
-
setCaptchaAppId
public void setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用APPID- Parameters:
CaptchaAppId- 验证码应用APPID
-
getAppSecretKey
public String getAppSecretKey()
Get 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方- Returns:
- AppSecretKey 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
-
setAppSecretKey
public void setAppSecretKey(String AppSecretKey)
Set 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方- Parameters:
AppSecretKey- 用于服务器端校验验证码票据的验证密钥,请妥善保密,请勿泄露给第三方
-
getBusinessId
public Long getBusinessId()
Get 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据- Returns:
- BusinessId 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
-
setBusinessId
public void setBusinessId(Long BusinessId)
Set 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据- Parameters:
BusinessId- 业务 ID,网站或应用在多个业务中使用此服务,通过此 ID 区分统计数据
-
getSceneId
public Long getSceneId()
Get 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据- Returns:
- SceneId 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据
-
setSceneId
public void setSceneId(Long SceneId)
Set 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据- Parameters:
SceneId- 场景 ID,网站或应用的业务下有多个场景使用此服务,通过此 ID 区分统计数据
-
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- 手机设备号
-
getSceneCode
public Long getSceneCode()
Get 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。- Returns:
- SceneCode 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。
-
setSceneCode
public void setSceneCode(Long SceneCode)
Set 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。- Parameters:
SceneCode- 验证场景:1 活动防刷场景,2 登录保护场景,3 注册保护场景。根据需求选择场景参数。
-
getWeChatOpenId
public String getWeChatOpenId()
Get 用户操作来源的微信开放账号- Returns:
- WeChatOpenId 用户操作来源的微信开放账号
-
setWeChatOpenId
public void setWeChatOpenId(String WeChatOpenId)
Set 用户操作来源的微信开放账号- Parameters:
WeChatOpenId- 用户操作来源的微信开放账号
-
-