@Entity public class DeletedWafRule extends BaseEntity
| Constructor and Description |
|---|
DeletedWafRule(WafRule wafRule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNativeId() |
String |
getParameter() |
String |
getPath() |
String |
getRule() |
String |
getVulnerabilityDesc() |
Integer |
getVulnerabilityId() |
Integer |
getWafId() |
void |
setNativeId(String nativeId) |
void |
setParameter(String parameter) |
void |
setPath(String path) |
void |
setRule(String rule) |
void |
setVulnerabilityDesc(String vulnerabilityDesc) |
void |
setVulnerabilityId(Integer vulnerabilityId) |
void |
setWafId(Integer wafId) |
getId, isNew, setIdpublic DeletedWafRule(WafRule wafRule)
public String getRule()
public void setRule(String rule)
public String getPath()
public void setPath(String path)
public String getParameter()
public void setParameter(String parameter)
public String getVulnerabilityDesc()
public void setVulnerabilityDesc(String vulnerabilityDesc)
public String getNativeId()
public void setNativeId(String nativeId)
public Integer getWafId()
public void setWafId(Integer wafId)
public Integer getVulnerabilityId()
public void setVulnerabilityId(Integer vulnerabilityId)
Copyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.