public class OwaspRule extends AbstractModel
header, skipSign
Constructor and Description |
---|
OwaspRule() |
OwaspRule(OwaspRule 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 |
---|---|
String |
getCreateTime()
Get 创建时间
|
String |
getCveID()
Get CVE ID
|
String |
getDescription()
Get 规则描述
|
Long |
getLevel()
Get 规则的防护等级,100:宽松、200:正常、300:严格、400:超严格
|
Long |
getLocked()
Get 是否被锁定
|
String |
getModifyTime()
Get 更新时间
|
Long |
getReason()
Get 修改原因
0:无(兼容记录为空)
1:业务自身特性误报避免
2:规则误报上报
3:核心业务规则灰度
4:其它
|
Long |
getRuleId()
Get 规则ID
|
Long |
getStatus()
Get 规则开关,0:关闭、1:开启、2:只观察
|
Long |
getTypeId()
Get 规则所属的类型ID
|
Long |
getVulLevel()
Get 威胁等级,0:未知,100:低危,200:中危,300:高危,400:危急
|
void |
setCreateTime(String CreateTime)
Set 创建时间
|
void |
setCveID(String CveID)
Set CVE ID
|
void |
setDescription(String Description)
Set 规则描述
|
void |
setLevel(Long Level)
Set 规则的防护等级,100:宽松、200:正常、300:严格、400:超严格
|
void |
setLocked(Long Locked)
Set 是否被锁定
|
void |
setModifyTime(String ModifyTime)
Set 更新时间
|
void |
setReason(Long Reason)
Set 修改原因
0:无(兼容记录为空)
1:业务自身特性误报避免
2:规则误报上报
3:核心业务规则灰度
4:其它
|
void |
setRuleId(Long RuleId)
Set 规则ID
|
void |
setStatus(Long Status)
Set 规则开关,0:关闭、1:开启、2:只观察
|
void |
setTypeId(Long TypeId)
Set 规则所属的类型ID
|
void |
setVulLevel(Long VulLevel)
Set 威胁等级,0:未知,100:低危,200:中危,300:高危,400:危急
|
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 OwaspRule()
public OwaspRule(OwaspRule source)
public Long getRuleId()
public void setRuleId(Long RuleId)
RuleId
- 规则IDpublic String getDescription()
public void setDescription(String Description)
Description
- 规则描述public Long getStatus()
public void setStatus(Long Status)
Status
- 规则开关,0:关闭、1:开启、2:只观察public Long getLevel()
public void setLevel(Long Level)
Level
- 规则的防护等级,100:宽松、200:正常、300:严格、400:超严格public Long getVulLevel()
public void setVulLevel(Long VulLevel)
VulLevel
- 威胁等级,0:未知,100:低危,200:中危,300:高危,400:危急public String getCveID()
public void setCveID(String CveID)
CveID
- CVE IDpublic Long getTypeId()
public void setTypeId(Long TypeId)
TypeId
- 规则所属的类型IDpublic String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- 创建时间public String getModifyTime()
public void setModifyTime(String ModifyTime)
ModifyTime
- 更新时间public Long getLocked()
public void setLocked(Long Locked)
Locked
- 是否被锁定public Long getReason()
public void setReason(Long Reason)
Reason
- 修改原因
0:无(兼容记录为空)
1:业务自身特性误报避免
2:规则误报上报
3:核心业务规则灰度
4:其它Copyright © 2025. All rights reserved.