@Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class ApplicationDependency extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An application dependency resource creates a vulnerability audit.
Note: Objects should always be created or deserialized using the ApplicationDependency.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 ApplicationDependency.Builder
, which maintain a
set of all explicitly set fields called ApplicationDependency.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 |
ApplicationDependency.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ApplicationDependency(String gav,
String purl,
String nodeId,
List<String> applicationDependencyNodeIds)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationDependency.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).
|
String |
getNodeId()
Unique identifier of an application dependency, for example nodeId1.
|
String |
getPurl()
Package URL defined in https://github.com/package-url/purl-spec, e.g.
|
int |
hashCode() |
ApplicationDependency.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"gav","purl","nodeId","applicationDependencyNodeIds"}) public ApplicationDependency(String gav, String purl, String nodeId, List<String> applicationDependencyNodeIds)
public static ApplicationDependency.Builder builder()
Create a new builder.
public ApplicationDependency.Builder toBuilder()
public String getGav()
Group Artifact Version (GAV) identifier (Group:Artifact:Version). Example: org.graalvm.nativeimage:svm:21.1.0. “N/A” for non-maven artifacts.
public String getPurl()
Package URL defined in https://github.com/package-url/purl-spec, e.g. pkg:maven/org.graalvm.nativeimage/svm@21.1.0
public String getNodeId()
Unique identifier of an application dependency, for example nodeId1. The nodeId can be generated by assigning a unique id to each application dependency in the tree of application dependencies. Every node, even those who share the same GAV, should have a different nodeId. The preferred way of constructing a nodeId is to assign incremental integers during a breadth first or depth first search. A nodeId can be reused only it refers to the same subtree of application dependencies. (This is not equivalent to referring to the same GAV, that is, a GAV can have multiple transitive dependencies.)
public List<String> getApplicationDependencyNodeIds()
List of application dependencies on which this application dependency depends, each identified by its nodeId.
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.