public class BruteAttackRuleList extends AbstractModel
header, skipSign
Constructor and Description |
---|
BruteAttackRuleList() |
BruteAttackRuleList(BruteAttackRuleList 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 |
---|---|
Boolean |
getEnable()
Get 规则是否为空,为空则填充默认规则
|
Long |
getLoginFailTimes()
Get 爆破事件失败次数
|
Long |
getLoginFailTimesDefault()
Get 爆破事件失败次数(默认规则)
|
Long |
getTimeRange()
Get 爆破事件发生的时间范围,单位:秒
|
Long |
getTimeRangeDefault()
Get 爆破事件发生的时间范围,单位:秒(默认规则)
|
void |
setEnable(Boolean Enable)
Set 规则是否为空,为空则填充默认规则
|
void |
setLoginFailTimes(Long LoginFailTimes)
Set 爆破事件失败次数
|
void |
setLoginFailTimesDefault(Long LoginFailTimesDefault)
Set 爆破事件失败次数(默认规则)
|
void |
setTimeRange(Long TimeRange)
Set 爆破事件发生的时间范围,单位:秒
|
void |
setTimeRangeDefault(Long TimeRangeDefault)
Set 爆破事件发生的时间范围,单位:秒(默认规则)
|
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 BruteAttackRuleList()
public BruteAttackRuleList(BruteAttackRuleList source)
public Long getTimeRange()
public void setTimeRange(Long TimeRange)
TimeRange
- 爆破事件发生的时间范围,单位:秒public Long getLoginFailTimes()
public void setLoginFailTimes(Long LoginFailTimes)
LoginFailTimes
- 爆破事件失败次数public Boolean getEnable()
public void setEnable(Boolean Enable)
Enable
- 规则是否为空,为空则填充默认规则public Long getTimeRangeDefault()
public void setTimeRangeDefault(Long TimeRangeDefault)
TimeRangeDefault
- 爆破事件发生的时间范围,单位:秒(默认规则)public Long getLoginFailTimesDefault()
public void setLoginFailTimesDefault(Long LoginFailTimesDefault)
LoginFailTimesDefault
- 爆破事件失败次数(默认规则)Copyright © 2024. All rights reserved.