Class DescribeCaptchaAppIdInfoResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.captcha.v20190722.models.DescribeCaptchaAppIdInfoResponse
-
public class DescribeCaptchaAppIdInfoResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeCaptchaAppIdInfoResponse()DescribeCaptchaAppIdInfoResponse(DescribeCaptchaAppIdInfoResponse 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 应用名称LonggetCaptchaCode()Get 成功返回0 其它失败StringgetCaptchaMsg()Get 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。LonggetCapType()Get 验证码类型StringgetDomainLimit()Get 域名限制StringgetEncryptKey()Get 加密keyLonggetEvilInterceptGrade()Get 防控风险等级LonggetLanguage()Get 语言String[]getMailAlarm()Get 邮件告警 注意:此字段可能返回 null,表示取不到有效值。StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetSceneType()Get 场景StringgetSchemeColor()Get 界面风格LonggetSmartEngine()Get 智能引擎LonggetSmartVerify()Get 智能验证LonggetTopFullScreen()Get 是否全屏LonggetTrafficThreshold()Get 流量控制voidsetAppName(String AppName)Set 应用名称voidsetCaptchaCode(Long CaptchaCode)Set 成功返回0 其它失败voidsetCaptchaMsg(String CaptchaMsg)Set 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。voidsetCapType(Long CapType)Set 验证码类型voidsetDomainLimit(String DomainLimit)Set 域名限制voidsetEncryptKey(String EncryptKey)Set 加密keyvoidsetEvilInterceptGrade(Long EvilInterceptGrade)Set 防控风险等级voidsetLanguage(Long Language)Set 语言voidsetMailAlarm(String[] MailAlarm)Set 邮件告警 注意:此字段可能返回 null,表示取不到有效值。voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetSceneType(Long SceneType)Set 场景voidsetSchemeColor(String SchemeColor)Set 界面风格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
-
DescribeCaptchaAppIdInfoResponse
public DescribeCaptchaAppIdInfoResponse()
-
DescribeCaptchaAppIdInfoResponse
public DescribeCaptchaAppIdInfoResponse(DescribeCaptchaAppIdInfoResponse 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
-
getSchemeColor
public String getSchemeColor()
Get 界面风格- Returns:
- SchemeColor 界面风格
-
setSchemeColor
public void setSchemeColor(String SchemeColor)
Set 界面风格- Parameters:
SchemeColor- 界面风格
-
getLanguage
public Long getLanguage()
Get 语言- Returns:
- Language 语言
-
setLanguage
public void setLanguage(Long Language)
Set 语言- Parameters:
Language- 语言
-
getSceneType
public Long getSceneType()
Get 场景- Returns:
- SceneType 场景
-
setSceneType
public void setSceneType(Long SceneType)
Set 场景- Parameters:
SceneType- 场景
-
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- 智能引擎
-
getCapType
public Long getCapType()
Get 验证码类型- Returns:
- CapType 验证码类型
-
setCapType
public void setCapType(Long CapType)
Set 验证码类型- Parameters:
CapType- 验证码类型
-
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- 域名限制
-
getMailAlarm
public String[] getMailAlarm()
Get 邮件告警 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- MailAlarm 邮件告警 注意:此字段可能返回 null,表示取不到有效值。
-
setMailAlarm
public void setMailAlarm(String[] MailAlarm)
Set 邮件告警 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
MailAlarm- 邮件告警 注意:此字段可能返回 null,表示取不到有效值。
-
getTrafficThreshold
public Long getTrafficThreshold()
Get 流量控制- Returns:
- TrafficThreshold 流量控制
-
setTrafficThreshold
public void setTrafficThreshold(Long TrafficThreshold)
Set 流量控制- Parameters:
TrafficThreshold- 流量控制
-
getEncryptKey
public String getEncryptKey()
Get 加密key- Returns:
- EncryptKey 加密key
-
setEncryptKey
public void setEncryptKey(String EncryptKey)
Set 加密key- Parameters:
EncryptKey- 加密key
-
getTopFullScreen
public Long getTopFullScreen()
Get 是否全屏- Returns:
- TopFullScreen 是否全屏
-
setTopFullScreen
public void setTopFullScreen(Long TopFullScreen)
Set 是否全屏- Parameters:
TopFullScreen- 是否全屏
-
getCaptchaCode
public Long getCaptchaCode()
Get 成功返回0 其它失败- Returns:
- CaptchaCode 成功返回0 其它失败
-
setCaptchaCode
public void setCaptchaCode(Long CaptchaCode)
Set 成功返回0 其它失败- Parameters:
CaptchaCode- 成功返回0 其它失败
-
getCaptchaMsg
public String getCaptchaMsg()
Get 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- CaptchaMsg 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。
-
setCaptchaMsg
public void setCaptchaMsg(String CaptchaMsg)
Set 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
CaptchaMsg- 返回操作信息 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-