Class DescribeWafAutoDenyRulesResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.waf.v20180125.models.DescribeWafAutoDenyRulesResponse
-
public class DescribeWafAutoDenyRulesResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeWafAutoDenyRulesResponse()DescribeWafAutoDenyRulesResponse(DescribeWafAutoDenyRulesResponse 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 LonggetAttackThreshold()Get 攻击次数阈值LonggetDefenseStatus()Get 自动封禁状态LonggetDenyTimeThreshold()Get 自动封禁时间StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetTimeThreshold()Get 攻击时间阈值voidsetAttackThreshold(Long AttackThreshold)Set 攻击次数阈值voidsetDefenseStatus(Long DefenseStatus)Set 自动封禁状态voidsetDenyTimeThreshold(Long DenyTimeThreshold)Set 自动封禁时间voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。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
-
DescribeWafAutoDenyRulesResponse
public DescribeWafAutoDenyRulesResponse()
-
DescribeWafAutoDenyRulesResponse
public DescribeWafAutoDenyRulesResponse(DescribeWafAutoDenyRulesResponse 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
-
getAttackThreshold
public Long getAttackThreshold()
Get 攻击次数阈值- Returns:
- AttackThreshold 攻击次数阈值
-
setAttackThreshold
public void setAttackThreshold(Long AttackThreshold)
Set 攻击次数阈值- Parameters:
AttackThreshold- 攻击次数阈值
-
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- 自动封禁时间
-
getDefenseStatus
public Long getDefenseStatus()
Get 自动封禁状态- Returns:
- DefenseStatus 自动封禁状态
-
setDefenseStatus
public void setDefenseStatus(Long DefenseStatus)
Set 自动封禁状态- Parameters:
DefenseStatus- 自动封禁状态
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-