@ThreadSafe public class VendorDuplicatingHintRule extends Object
| Constructor and Description |
|---|
VendorDuplicatingHintRule(String value,
String duplicate)
Constructs a new duplicating rule.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDuplicate()
Get the value of duplicate.
|
String |
getValue()
Get the value of value.
|
void |
setDuplicate(String duplicate)
Set the value of duplicate.
|
void |
setValue(String value)
Set the value of value.
|
public String getValue()
public void setValue(String value)
value - new value of valuepublic String getDuplicate()
public void setDuplicate(String duplicate)
duplicate - new value of duplicateCopyright © 2012–2020 OWASP. All rights reserved.