@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public final class CveDetails extends Object
Details on a CVE
Note: Objects should always be created or deserialized using the CveDetails.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the CveDetails.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
CveDetails.Builder |
Constructor and Description |
---|
CveDetails(String cveReference,
String title,
String description,
String relatedCveReference,
String cvss3,
Date timePublished,
Date timeUpdated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static CveDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCveReference()
CVE ID
|
String |
getCvss3()
CVSS 3 Score
|
String |
getDescription()
CVE description
|
String |
getRelatedCveReference()
ID of related CVE, if applicable
|
Date |
getTimePublished()
Date/time the CVE was published
|
Date |
getTimeUpdated()
Date/time the CVE was last modified
|
String |
getTitle()
Vulnerability title
|
int |
hashCode() |
CveDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"cveReference","title","description","relatedCveReference","cvss3","timePublished","timeUpdated"}) @Deprecated public CveDetails(String cveReference, String title, String description, String relatedCveReference, String cvss3, Date timePublished, Date timeUpdated)
public static CveDetails.Builder builder()
Create a new builder.
public CveDetails.Builder toBuilder()
public String getCveReference()
CVE ID
public String getTitle()
Vulnerability title
public String getDescription()
CVE description
public String getRelatedCveReference()
ID of related CVE, if applicable
public String getCvss3()
CVSS 3 Score
public Date getTimePublished()
Date/time the CVE was published
public Date getTimeUpdated()
Date/time the CVE was last modified
Copyright © 2016–2022. All rights reserved.