Class DescribeCaptchaResultRequest


  • public class DescribeCaptchaResultRequest
    extends AbstractModel
    • 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:需要返回