public interface Identifier extends Comparable<Identifier>, Serializable
| Modifier and Type | Method and Description |
|---|---|
Confidence |
getConfidence()
Get the value of confidence.
|
String |
getNotes()
Get the value of notes from suppression notes.
|
String |
getUrl()
Get the value of URL.
|
String |
getValue()
Get the string representation of the Identifier.
|
void |
setConfidence(Confidence confidence)
Set the value of confidence.
|
void |
setNotes(String notes)
Set the value of notes.
|
void |
setUrl(String url)
Set the value of URL.
|
compareToConfidence getConfidence()
void setConfidence(Confidence confidence)
confidence - the value of confidenceString getUrl()
void setUrl(String url)
url - the value of URLString getNotes()
String getValue()
void setNotes(String notes)
notes - new value of notesCopyright © 2012–2020 OWASP. All rights reserved.