public class TCCaptchaOption extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
TCCaptchaOption()  | 
TCCaptchaOption(TCCaptchaOption 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 AppSecretKey information. 
 | 
String | 
getCaptchaAppId()
Get CaptchaAppId information. 
 | 
void | 
setAppSecretKey(String AppSecretKey)
Set AppSecretKey information. 
 | 
void | 
setCaptchaAppId(String CaptchaAppId)
Set CaptchaAppId information. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic TCCaptchaOption()
public TCCaptchaOption(TCCaptchaOption source)
public String getCaptchaAppId()
public void setCaptchaAppId(String CaptchaAppId)
CaptchaAppId - CaptchaAppId information.public String getAppSecretKey()
public void setAppSecretKey(String AppSecretKey)
AppSecretKey - AppSecretKey information.Copyright © 2025. All rights reserved.