public class ExternalReference extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ExternalReference.Type |
Constructor and Description |
---|
ExternalReference() |
Modifier and Type | Method and Description |
---|---|
void |
addHash(Hash hash) |
boolean |
equals(Object o) |
String |
getComment() |
List<Hash> |
getHashes() |
ExternalReference.Type |
getType() |
String |
getUrl() |
int |
hashCode() |
void |
setComment(String comment) |
void |
setHashes(List<Hash> hashes) |
void |
setType(ExternalReference.Type type) |
void |
setUrl(String url) |
public String getUrl()
public void setUrl(String url)
public ExternalReference.Type getType()
public void setType(ExternalReference.Type type)
public String getComment()
public void setComment(String comment)
public void addHash(Hash hash)
Copyright © 2017–2025 OWASP Foundation. All rights reserved.