@Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class ApplicationDependencyVulnerabilitySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An Application Dependency Vulnerability represents a single dependency in the application. An
Application Dependency Vulnerability can be associated with eventual Vulnerabilities. Each
Application Dependency is uniquely defined by a nodeId and lists eventual dependencies on which
it depends.
Note: Objects should always be created or deserialized using the ApplicationDependencyVulnerabilitySummary.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 ApplicationDependencyVulnerabilitySummary.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
ApplicationDependencyVulnerabilitySummary.Builder |
Constructor and Description |
---|
ApplicationDependencyVulnerabilitySummary(String gav,
String nodeId,
List<String> applicationDependencyNodeIds,
List<Vulnerability> vulnerabilities,
Boolean isFoundInKnowledgeBase)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationDependencyVulnerabilitySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getApplicationDependencyNodeIds()
List of Application Dependencies on which this Application Dependency depends, each
identified by its nodeId.
|
String |
getGav()
Group Artifact Version (GAV) identifier (Group:Artifact:Version), for example
org.graalvm.nativeimage:svm:21.1.0.
|
Boolean |
getIsFoundInKnowledgeBase()
Indicates if the artifact is found in the knowledge base.
|
String |
getNodeId()
Unique identifier of an Application Dependency, for example nodeId1.
|
List<Vulnerability> |
getVulnerabilities()
List of vulnerabilities for the Application Dependency.
|
int |
hashCode() |
ApplicationDependencyVulnerabilitySummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"gav","nodeId","applicationDependencyNodeIds","vulnerabilities","isFoundInKnowledgeBase"}) public ApplicationDependencyVulnerabilitySummary(String gav, String nodeId, List<String> applicationDependencyNodeIds, List<Vulnerability> vulnerabilities, Boolean isFoundInKnowledgeBase)
public static ApplicationDependencyVulnerabilitySummary.Builder builder()
Create a new builder.
public ApplicationDependencyVulnerabilitySummary.Builder toBuilder()
public String getGav()
Group Artifact Version (GAV) identifier (Group:Artifact:Version), for example org.graalvm.nativeimage:svm:21.1.0.
public String getNodeId()
Unique identifier of an Application Dependency, for example nodeId1.
public List<String> getApplicationDependencyNodeIds()
List of Application Dependencies on which this Application Dependency depends, each identified by its nodeId.
public List<Vulnerability> getVulnerabilities()
List of vulnerabilities for the Application Dependency.
public Boolean getIsFoundInKnowledgeBase()
Indicates if the artifact is found in the knowledge base.
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–2023. All rights reserved.