Class AutoDenyDetail
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.AutoDenyDetail
-
public class AutoDenyDetail extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AutoDenyDetail()AutoDenyDetail(AutoDenyDetail 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 String[]getAttackTags()Get 攻击封禁类型标签LonggetAttackThreshold()Get 攻击次数阈值LonggetDefenseStatus()Get 自动封禁状态LonggetDenyTimeThreshold()Get 自动封禁时间StringgetLastUpdateTime()Get 最后更新时间LonggetTimeThreshold()Get 攻击时间阈值voidsetAttackTags(String[] AttackTags)Set 攻击封禁类型标签voidsetAttackThreshold(Long AttackThreshold)Set 攻击次数阈值voidsetDefenseStatus(Long DefenseStatus)Set 自动封禁状态voidsetDenyTimeThreshold(Long DenyTimeThreshold)Set 自动封禁时间voidsetLastUpdateTime(String LastUpdateTime)Set 最后更新时间voidsetTimeThreshold(Long TimeThreshold)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
-
AutoDenyDetail
public AutoDenyDetail()
-
AutoDenyDetail
public AutoDenyDetail(AutoDenyDetail 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
-
getAttackTags
public String[] getAttackTags()
Get 攻击封禁类型标签- Returns:
- AttackTags 攻击封禁类型标签
-
setAttackTags
public void setAttackTags(String[] AttackTags)
Set 攻击封禁类型标签- Parameters:
AttackTags- 攻击封禁类型标签
-
getAttackThreshold
public Long getAttackThreshold()
Get 攻击次数阈值- Returns:
- AttackThreshold 攻击次数阈值
-
setAttackThreshold
public void setAttackThreshold(Long AttackThreshold)
Set 攻击次数阈值- Parameters:
AttackThreshold- 攻击次数阈值
-
getDefenseStatus
public Long getDefenseStatus()
Get 自动封禁状态- Returns:
- DefenseStatus 自动封禁状态
-
setDefenseStatus
public void setDefenseStatus(Long DefenseStatus)
Set 自动封禁状态- Parameters:
DefenseStatus- 自动封禁状态
-
getTimeThreshold
public Long getTimeThreshold()
Get 攻击时间阈值- Returns:
- TimeThreshold 攻击时间阈值
-
setTimeThreshold
public void setTimeThreshold(Long TimeThreshold)
Set 攻击时间阈值- Parameters:
TimeThreshold- 攻击时间阈值
-
getDenyTimeThreshold
public Long getDenyTimeThreshold()
Get 自动封禁时间- Returns:
- DenyTimeThreshold 自动封禁时间
-
setDenyTimeThreshold
public void setDenyTimeThreshold(Long DenyTimeThreshold)
Set 自动封禁时间- Parameters:
DenyTimeThreshold- 自动封禁时间
-
getLastUpdateTime
public String getLastUpdateTime()
Get 最后更新时间- Returns:
- LastUpdateTime 最后更新时间
-
setLastUpdateTime
public void setLastUpdateTime(String LastUpdateTime)
Set 最后更新时间- Parameters:
LastUpdateTime- 最后更新时间
-
-