public class DescribeCaptchaResultRequest extends AbstractModel
Constructor and Description |
---|
DescribeCaptchaResultRequest() |
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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAppSecretKey()
Get CAPTCHA's app key.
|
Long |
getBusinessId()
Get Business ID, which is used to differentiate statistical data when this service is used in multiple businesses of a website or an app.
|
Long |
getCaptchaAppId()
Get CAPTCHA's app ID.
|
Long |
getCaptchaType()
Get It must be `9` here.
|
String |
getImei()
Get Mobile equipment identity number
|
String |
getMacAddress()
Get MAC address or unique identifier of a device
|
Long |
getNeedGetCaptchaTime()
Get Indicates whether to return the time when the frontend obtains the CAPTCHA.
|
String |
getRandstr()
Get A random string returned by the frontend callback function
|
Long |
getSceneId()
Get Scenario ID, which is used to differentiate statistical data when this service is used in multiple scenarios of a website or an app.
|
String |
getTicket()
Get The user verification ticket returned by the frontend callback function
|
String |
getUserIp()
Get The user public IP obtained from the customer backend server
|
void |
setAppSecretKey(String AppSecretKey)
Set CAPTCHA's app key.
|
void |
setBusinessId(Long BusinessId)
Set Business ID, which is used to differentiate statistical data when this service is used in multiple businesses of a website or an app.
|
void |
setCaptchaAppId(Long CaptchaAppId)
Set CAPTCHA's app ID.
|
void |
setCaptchaType(Long CaptchaType)
Set It must be `9` here.
|
void |
setImei(String Imei)
Set Mobile equipment identity number
|
void |
setMacAddress(String MacAddress)
Set MAC address or unique identifier of a device
|
void |
setNeedGetCaptchaTime(Long NeedGetCaptchaTime)
Set Indicates whether to return the time when the frontend obtains the CAPTCHA.
|
void |
setRandstr(String Randstr)
Set A random string returned by the frontend callback function
|
void |
setSceneId(Long SceneId)
Set Scenario ID, which is used to differentiate statistical data when this service is used in multiple scenarios of a website or an app.
|
void |
setTicket(String Ticket)
Set The user verification ticket returned by the frontend callback function
|
void |
setUserIp(String UserIp)
Set The user public IP obtained from the customer backend server
|
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 DescribeCaptchaResultRequest()
public DescribeCaptchaResultRequest(DescribeCaptchaResultRequest source)
public Long getCaptchaType()
public void setCaptchaType(Long CaptchaType)
CaptchaType
- It must be `9` here. You can configure the CAPTCHA types in the console.public String getTicket()
public void setTicket(String Ticket)
Ticket
- The user verification ticket returned by the frontend callback functionpublic String getUserIp()
public void setUserIp(String UserIp)
UserIp
- The user public IP obtained from the customer backend serverpublic String getRandstr()
public void setRandstr(String Randstr)
Randstr
- A random string returned by the frontend callback functionpublic Long getCaptchaAppId()
public void setCaptchaAppId(Long CaptchaAppId)
CaptchaAppId
- CAPTCHA's app ID. Log in to the [Captcha console](https://console.cloud.tencent.com/captcha/graphical) and you can view the CaptchaAppId in the "Key" column of the CAPTCHA list.public String getAppSecretKey()
public void setAppSecretKey(String AppSecretKey)
AppSecretKey
- CAPTCHA's app key. Log in to the [Captcha console](https://console.cloud.tencent.com/captcha/graphical) and you can view the AppSecretKey in the "Key" column of the CAPTCHA list. AppSecretKey is the key for CAPTCHA ticket verification performed by the server. Please keep it confidential and do not disclose it to any third parties.public Long getBusinessId()
public void setBusinessId(Long BusinessId)
BusinessId
- Business ID, which is used to differentiate statistical data when this service is used in multiple businesses of a website or an app.public Long getSceneId()
public void setSceneId(Long SceneId)
SceneId
- Scenario ID, which is used to differentiate statistical data when this service is used in multiple scenarios of a website or an app.public String getMacAddress()
public void setMacAddress(String MacAddress)
MacAddress
- MAC address or unique identifier of a devicepublic String getImei()
public void setImei(String Imei)
Imei
- Mobile equipment identity numberpublic Long getNeedGetCaptchaTime()
public void setNeedGetCaptchaTime(Long NeedGetCaptchaTime)
NeedGetCaptchaTime
- Indicates whether to return the time when the frontend obtains the CAPTCHA. Valid values: 1 (return the time) and others.Copyright © 2023. All rights reserved.