public class DescribeCaptchaResultResponse extends AbstractModel
Constructor and Description |
---|
DescribeCaptchaResultResponse() |
DescribeCaptchaResultResponse(DescribeCaptchaResultResponse 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 |
---|---|
Long |
getCaptchaCode()
Get
|
String |
getCaptchaMsg()
Get Status description and verification error message
Note: This field may return `null`, indicating that no valid value was found.
|
Long |
getEvilLevel()
Get This parameter returns the result of imperceptible verification.
|
Long |
getGetCaptchaTime()
Get The timestamp when the frontend obtains the CAPTCHA.
|
String |
getRequestId()
Get The unique request ID, which is returned for each request.
|
void |
setCaptchaCode(Long CaptchaCode)
Set
|
void |
setCaptchaMsg(String CaptchaMsg)
Set Status description and verification error message
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setEvilLevel(Long EvilLevel)
Set This parameter returns the result of imperceptible verification.
|
void |
setGetCaptchaTime(Long GetCaptchaTime)
Set The timestamp when the frontend obtains the CAPTCHA.
|
void |
setRequestId(String RequestId)
Set The unique request ID, which is returned for each request.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCaptchaResultResponse()
public DescribeCaptchaResultResponse(DescribeCaptchaResultResponse source)
public Long getCaptchaCode()
public void setCaptchaCode(Long CaptchaCode)
CaptchaCode
- public String getCaptchaMsg()
public void setCaptchaMsg(String CaptchaMsg)
CaptchaMsg
- Status description and verification error message
Note: This field may return `null`, indicating that no valid value was found.public Long getEvilLevel()
public void setEvilLevel(Long EvilLevel)
EvilLevel
- This parameter returns the result of imperceptible verification. This parameter is not available for Tencent Cloud International yet.
`0`: The request is trusted.
`100`: The request is malicious.
Note: This field may return `null`, indicating that no valid value was found.public Long getGetCaptchaTime()
public void setGetCaptchaTime(Long GetCaptchaTime)
GetCaptchaTime
- The timestamp when the frontend obtains the CAPTCHA.
Note: This field may return `null`, indicating that no valid value was found.public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- The unique request ID, which is returned for each request. RequestId is required for locating a problem.Copyright © 2023. All rights reserved.