public class ClientAttester extends AbstractModel
header, skipSign
Constructor and Description |
---|
ClientAttester() |
ClientAttester(ClientAttester 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 |
getAttesterDuration()
Get Validity time of the authentication.
|
String |
getAttesterSource()
Get Authentication method.
|
String |
getId()
Get Authentication option ID.
|
String |
getName()
Get Specifies the authentication option name.
|
TCCaptchaOption |
getTCCaptchaOption()
Get Specifies the configuration message for TC-CAPTCHA certification.
|
TCRCEOption |
getTCRCEOption()
Get TC-RCE authentication configuration message.
|
String |
getType()
Get Authentication rule type.
|
void |
setAttesterDuration(String AttesterDuration)
Set Validity time of the authentication.
|
void |
setAttesterSource(String AttesterSource)
Set Authentication method.
|
void |
setId(String Id)
Set Authentication option ID.
|
void |
setName(String Name)
Set Specifies the authentication option name.
|
void |
setTCCaptchaOption(TCCaptchaOption TCCaptchaOption)
Set Specifies the configuration message for TC-CAPTCHA certification.
|
void |
setTCRCEOption(TCRCEOption TCRCEOption)
Set TC-RCE authentication configuration message.
|
void |
setType(String Type)
Set Authentication rule type.
|
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, toJsonString
public ClientAttester()
public ClientAttester(ClientAttester source)
public String getId()
public void setId(String Id)
Id
- Authentication option ID.public String getName()
public void setName(String Name)
Name
- Specifies the authentication option name.public String getType()
public void setType(String Type)
Type
- Authentication rule type. only returned in the response. valid values:.
public String getAttesterSource()
public void setAttesterSource(String AttesterSource)
AttesterSource
- Authentication method. valid values:.
public String getAttesterDuration()
public void setAttesterDuration(String AttesterDuration)
AttesterDuration
- Validity time of the authentication. defaults to 60s. supported measurement units:.
public TCRCEOption getTCRCEOption()
public void setTCRCEOption(TCRCEOption TCRCEOption)
TCRCEOption
- TC-RCE authentication configuration message.
public TCCaptchaOption getTCCaptchaOption()
public void setTCCaptchaOption(TCCaptchaOption TCCaptchaOption)
TCCaptchaOption
- Specifies the configuration message for TC-CAPTCHA certification.
Copyright © 2025. All rights reserved.