public class VulnerabilityDescriptor extends Object
| Constructor and Description |
|---|
VulnerabilityDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Get the description
|
long |
getId()
Get the OSS Index ID
|
long |
getPublished()
Get the published timestamp
|
Date |
getPublishedDate()
Get the published date
|
List<String> |
getReferences()
Get the references
|
String |
getTitle()
Get the title
|
long |
getUpdated()
Get the updated timestamp
|
Date |
getUpdatedDate()
Get the updated date
|
String |
getUriString()
Get the OSS Index URL through which to find more information
|
List<String> |
getVersions()
Get the versions
|
int |
hashCode() |
boolean |
isCve()
Is this vulnerability a CVE?
|
String |
toString() |
public long getId()
public String getTitle()
public String getDescription()
public long getPublished()
public Date getPublishedDate()
public long getUpdated()
public Date getUpdatedDate()
public String getUriString()
public boolean isCve()
Copyright © 2017. All rights reserved.