public class BruteAttackRule extends AbstractModel
Constructor and Description |
---|
BruteAttackRule() |
BruteAttackRule(BruteAttackRule 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 |
---|---|
Long |
getLoginFailTimes()
Get 爆破事件失败次数
|
Long |
getTimeRange()
Get 爆破事件发生的时间范围,单位:秒
|
void |
setLoginFailTimes(Long LoginFailTimes)
Set 爆破事件失败次数
|
void |
setTimeRange(Long TimeRange)
Set 爆破事件发生的时间范围,单位:秒
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public BruteAttackRule()
public BruteAttackRule(BruteAttackRule source)
public Long getTimeRange()
public void setTimeRange(Long TimeRange)
TimeRange
- 爆破事件发生的时间范围,单位:秒public Long getLoginFailTimes()
public void setLoginFailTimes(Long LoginFailTimes)
LoginFailTimes
- 爆破事件失败次数Copyright © 2022. All rights reserved.