@ThreadSafe
public class NvdCveInfo
extends java.lang.Object
Constructor and Description |
---|
NvdCveInfo(java.lang.String id,
java.lang.String url,
long timestamp)
Construct a new NVD CVE Info object.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getId()
Get the value of id.
|
long |
getTimestamp()
Get the value of timestamp - epoch time.
|
java.lang.String |
getUrl()
Get the value of URL.
|
public NvdCveInfo(java.lang.String id, java.lang.String url, long timestamp)
id
- the idurl
- the urltimestamp
- the timestamppublic java.lang.String getId()
public java.lang.String getUrl()
public long getTimestamp()
Copyright© 2012-21 Jeremy Long. All Rights Reserved.