@Generated(value="OracleSDKGenerator", comments="API Version: 20210215") public final class HostVulnerability extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
A vulnerability found in one or more host scans in a compartment
Note: Objects should always be created or deserialized using the HostVulnerability.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 HostVulnerability.Builder
, which maintain a
set of all explicitly set fields called HostVulnerability.Builder.__explicitlySet__
. The hashCode()
and equals(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
).
Modifier and Type | Class and Description |
---|---|
static class |
HostVulnerability.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
HostVulnerability(String id,
String compartmentId,
String authentication,
String cveReference,
CveDetails cveDetails,
ScanResultProblemSeverity severity,
ScanResultVulnerabilityState state,
String name,
Date timeLastDetected,
Date timeFirstDetected,
Integer hostCount,
VulnerabilityType vulnerabilityType,
LifecycleState lifecycleState)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static HostVulnerability.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getAuthentication()
Mechanism used for scan authentication
|
String |
getCompartmentId()
Compartment ID of the vulnerability.
|
CveDetails |
getCveDetails() |
String |
getCveReference()
Reference to MITRE CVE ID
|
Integer |
getHostCount()
Number of scanned hosts in this compartment whose scan results currently report this
vulnerability
|
String |
getId()
ID of the vulnerability
|
LifecycleState |
getLifecycleState()
The current state of the resource.
|
String |
getName()
Vulnerability name
|
ScanResultProblemSeverity |
getSeverity()
Severity of the vulnerability
|
ScanResultVulnerabilityState |
getState()
State of the vulnerability
|
Date |
getTimeFirstDetected()
Date of scan result that first reported the vulnerability
|
Date |
getTimeLastDetected()
Date of scan result that most recently reported the vulnerability
|
VulnerabilityType |
getVulnerabilityType()
Specifies the type of Vulnerability
|
int |
hashCode() |
HostVulnerability.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","compartmentId","authentication","cveReference","cveDetails","severity","state","name","timeLastDetected","timeFirstDetected","hostCount","vulnerabilityType","lifecycleState"}) public HostVulnerability(String id, String compartmentId, String authentication, String cveReference, CveDetails cveDetails, ScanResultProblemSeverity severity, ScanResultVulnerabilityState state, String name, Date timeLastDetected, Date timeFirstDetected, Integer hostCount, VulnerabilityType vulnerabilityType, LifecycleState lifecycleState)
public static HostVulnerability.Builder builder()
Create a new builder.
public HostVulnerability.Builder toBuilder()
public String getId()
ID of the vulnerability
public String getCompartmentId()
Compartment ID of the vulnerability. Vulnerabilities with identical CVEs can exist in different compartments, based on scan target location
public String getAuthentication()
Mechanism used for scan authentication
public String getCveReference()
Reference to MITRE CVE ID
public CveDetails getCveDetails()
public ScanResultProblemSeverity getSeverity()
Severity of the vulnerability
public ScanResultVulnerabilityState getState()
State of the vulnerability
public String getName()
Vulnerability name
public Date getTimeLastDetected()
Date of scan result that most recently reported the vulnerability
public Date getTimeFirstDetected()
Date of scan result that first reported the vulnerability
public Integer getHostCount()
Number of scanned hosts in this compartment whose scan results currently report this vulnerability
public VulnerabilityType getVulnerabilityType()
Specifies the type of Vulnerability
public LifecycleState getLifecycleState()
The current state of the resource.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.