Class UpdateCaptchaAppIdInfoRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.UpdateCaptchaAppIdInfoRequest
-
public class UpdateCaptchaAppIdInfoRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCaptchaAppIdInfoRequest()UpdateCaptchaAppIdInfoRequest(UpdateCaptchaAppIdInfoRequest 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppName()Get 应用名LonggetCaptchaAppId()Get 验证码应用IDLonggetCaptchaLanguage()Get 语言LonggetCapType()Get 验证码类型StringgetDomainLimit()Get 域名限制LonggetEvilInterceptGrade()Get 风险级别StringgetMailAlarm()Get 告警邮箱LonggetSceneType()Get 场景类型StringgetSchemeColor()Get web风格LonggetSmartEngine()Get 开启智能引擎LonggetSmartVerify()Get 智能检测LonggetTopFullScreen()Get 是否全屏LonggetTrafficThreshold()Get 流量限制voidsetAppName(String AppName)Set 应用名voidsetCaptchaAppId(Long CaptchaAppId)Set 验证码应用IDvoidsetCaptchaLanguage(Long CaptchaLanguage)Set 语言voidsetCapType(Long CapType)Set 验证码类型voidsetDomainLimit(String DomainLimit)Set 域名限制voidsetEvilInterceptGrade(Long EvilInterceptGrade)Set 风险级别voidsetMailAlarm(String MailAlarm)Set 告警邮箱voidsetSceneType(Long SceneType)Set 场景类型voidsetSchemeColor(String SchemeColor)Set web风格voidsetSmartEngine(Long SmartEngine)Set 开启智能引擎voidsetSmartVerify(Long SmartVerify)Set 智能检测voidsetTopFullScreen(Long TopFullScreen)Set 是否全屏voidsetTrafficThreshold(Long TrafficThreshold)Set 流量限制voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
UpdateCaptchaAppIdInfoRequest
public UpdateCaptchaAppIdInfoRequest()
-
UpdateCaptchaAppIdInfoRequest
public UpdateCaptchaAppIdInfoRequest(UpdateCaptchaAppIdInfoRequest 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
-
getCaptchaAppId
public Long getCaptchaAppId()
Get 验证码应用ID- Returns:
- CaptchaAppId 验证码应用ID
-
setCaptchaAppId
public void setCaptchaAppId(Long CaptchaAppId)
Set 验证码应用ID- Parameters:
CaptchaAppId- 验证码应用ID
-
getAppName
public String getAppName()
Get 应用名- Returns:
- AppName 应用名
-
setAppName
public void setAppName(String AppName)
Set 应用名- Parameters:
AppName- 应用名
-
getDomainLimit
public String getDomainLimit()
Get 域名限制- Returns:
- DomainLimit 域名限制
-
setDomainLimit
public void setDomainLimit(String DomainLimit)
Set 域名限制- Parameters:
DomainLimit- 域名限制
-
getSceneType
public Long getSceneType()
Get 场景类型- Returns:
- SceneType 场景类型
-
setSceneType
public void setSceneType(Long SceneType)
Set 场景类型- Parameters:
SceneType- 场景类型
-
getCapType
public Long getCapType()
Get 验证码类型- Returns:
- CapType 验证码类型
-
setCapType
public void setCapType(Long CapType)
Set 验证码类型- Parameters:
CapType- 验证码类型
-
getEvilInterceptGrade
public Long getEvilInterceptGrade()
Get 风险级别- Returns:
- EvilInterceptGrade 风险级别
-
setEvilInterceptGrade
public void setEvilInterceptGrade(Long EvilInterceptGrade)
Set 风险级别- Parameters:
EvilInterceptGrade- 风险级别
-
getSmartVerify
public Long getSmartVerify()
Get 智能检测- Returns:
- SmartVerify 智能检测
-
setSmartVerify
public void setSmartVerify(Long SmartVerify)
Set 智能检测- Parameters:
SmartVerify- 智能检测
-
getSmartEngine
public Long getSmartEngine()
Get 开启智能引擎- Returns:
- SmartEngine 开启智能引擎
-
setSmartEngine
public void setSmartEngine(Long SmartEngine)
Set 开启智能引擎- Parameters:
SmartEngine- 开启智能引擎
-
getSchemeColor
public String getSchemeColor()
Get web风格- Returns:
- SchemeColor web风格
-
setSchemeColor
public void setSchemeColor(String SchemeColor)
Set web风格- Parameters:
SchemeColor- web风格
-
getCaptchaLanguage
public Long getCaptchaLanguage()
Get 语言- Returns:
- CaptchaLanguage 语言
-
setCaptchaLanguage
public void setCaptchaLanguage(Long CaptchaLanguage)
Set 语言- Parameters:
CaptchaLanguage- 语言
-
getMailAlarm
public String getMailAlarm()
Get 告警邮箱- Returns:
- MailAlarm 告警邮箱
-
setMailAlarm
public void setMailAlarm(String MailAlarm)
Set 告警邮箱- Parameters:
MailAlarm- 告警邮箱
-
getTopFullScreen
public Long getTopFullScreen()
Get 是否全屏- Returns:
- TopFullScreen 是否全屏
-
setTopFullScreen
public void setTopFullScreen(Long TopFullScreen)
Set 是否全屏- Parameters:
TopFullScreen- 是否全屏
-
getTrafficThreshold
public Long getTrafficThreshold()
Get 流量限制- Returns:
- TrafficThreshold 流量限制
-
setTrafficThreshold
public void setTrafficThreshold(Long TrafficThreshold)
Set 流量限制- Parameters:
TrafficThreshold- 流量限制
-
-