Class DescribeCaptchaMiniRiskResultResponse


  • public class DescribeCaptchaMiniRiskResultResponse
    extends AbstractModel
    • Constructor Detail

      • DescribeCaptchaMiniRiskResultResponse

        public DescribeCaptchaMiniRiskResultResponse()
      • DescribeCaptchaMiniRiskResultResponse

        public DescribeCaptchaMiniRiskResultResponse​(DescribeCaptchaMiniRiskResultResponse 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

      • getCaptchaCode

        public Long getCaptchaCode()
        Get 1 ticket verification succeeded 票据验证成功 7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 ticket error 票据验证错误 25 bad visitor 策略拦截 26 system internal error 系统内部错误 100 param err 参数校验错误
        Returns:
        CaptchaCode 1 ticket verification succeeded 票据验证成功 7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 ticket error 票据验证错误 25 bad visitor 策略拦截 26 system internal error 系统内部错误 100 param err 参数校验错误
      • setCaptchaCode

        public void setCaptchaCode​(Long CaptchaCode)
        Set 1 ticket verification succeeded 票据验证成功 7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 ticket error 票据验证错误 25 bad visitor 策略拦截 26 system internal error 系统内部错误 100 param err 参数校验错误
        Parameters:
        CaptchaCode - 1 ticket verification succeeded 票据验证成功 7 CaptchaAppId does not match 票据与验证码应用APPID不匹配 8 ticket expired 票据超时 10 ticket format error 票据格式不正确 15 ticket decryption failed 票据解密失败 16 CaptchaAppId wrong format 检查验证码应用APPID错误 21 ticket error 票据验证错误 25 bad visitor 策略拦截 26 system internal error 系统内部错误 100 param err 参数校验错误
      • getCaptchaMsg

        public String getCaptchaMsg()
        Get 状态描述及验证错误信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CaptchaMsg 状态描述及验证错误信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • setCaptchaMsg

        public void setCaptchaMsg​(String CaptchaMsg)
        Set 状态描述及验证错误信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CaptchaMsg - 状态描述及验证错误信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • getManageMarketingRiskValue

        public OutputManageMarketingRiskValue getManageMarketingRiskValue()
        Get 拦截策略返回信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ManageMarketingRiskValue 拦截策略返回信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • setManageMarketingRiskValue

        public void setManageMarketingRiskValue​(OutputManageMarketingRiskValue ManageMarketingRiskValue)
        Set 拦截策略返回信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ManageMarketingRiskValue - 拦截策略返回信息 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。