Class CveDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.vulnerabilityscanning.model.CveDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public final class CveDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDetails on a CVE.
 Note: Objects should always be created or deserialized using theCveDetails.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 theCveDetails.Builder, which maintain a set of all explicitly set fields calledCveDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCveDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CveDetails(String cveReference, String title, String description, String relatedCveReference, String cvss3, Date timePublished, Date timeUpdated, String threat, String impact, String solution, String patchable, String exploitable, String referenceUrl)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CveDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCveReference()CVE ID.StringgetCvss3()CVSS 3 Score.StringgetDescription()CVE description.StringgetExploitable()Can this vulnerability be exploited.StringgetImpact()Impact on resource if this vulnerability is exploited.StringgetPatchable()Can this vulnerability be patched.StringgetReferenceUrl()Reference link to know more about this vulnerability.StringgetRelatedCveReference()ID of related CVE, if applicable.StringgetSolution()Recommended solution to fix this vulnerability.StringgetThreat()Threat this item poses to resource.DategetTimePublished()Date/time the CVE was published.DategetTimeUpdated()Date/time the CVE was last modified.StringgetTitle()Vulnerability title.inthashCode()CveDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CveDetails@Deprecated @ConstructorProperties({"cveReference","title","description","relatedCveReference","cvss3","timePublished","timeUpdated","threat","impact","solution","patchable","exploitable","referenceUrl"}) public CveDetails(String cveReference, String title, String description, String relatedCveReference, String cvss3, Date timePublished, Date timeUpdated, String threat, String impact, String solution, String patchable, String exploitable, String referenceUrl) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CveDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CveDetails.Builder toBuilder() 
 - 
getCveReferencepublic String getCveReference() CVE ID.- Returns:
- the value
 
 - 
getTitlepublic String getTitle() Vulnerability title.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() CVE description.- Returns:
- the value
 
 - 
getRelatedCveReferencepublic String getRelatedCveReference() ID of related CVE, if applicable.- Returns:
- the value
 
 - 
getCvss3public String getCvss3() CVSS 3 Score.- Returns:
- the value
 
 - 
getTimePublishedpublic Date getTimePublished() Date/time the CVE was published.- Returns:
- the value
 
 - 
getTimeUpdatedpublic Date getTimeUpdated() Date/time the CVE was last modified.- Returns:
- the value
 
 - 
getThreatpublic String getThreat() Threat this item poses to resource.- Returns:
- the value
 
 - 
getImpactpublic String getImpact() Impact on resource if this vulnerability is exploited.- Returns:
- the value
 
 - 
getSolutionpublic String getSolution() Recommended solution to fix this vulnerability.- Returns:
- the value
 
 - 
getPatchablepublic String getPatchable() Can this vulnerability be patched.- Returns:
- the value
 
 - 
getExploitablepublic String getExploitable() Can this vulnerability be exploited.- Returns:
- the value
 
 - 
getReferenceUrlpublic String getReferenceUrl() Reference link to know more about this vulnerability.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-