@Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class ApplicationDependencyRecommendationSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
An application dependency with the recommended version that does not contain any CVE. Each
application dependency has a property specifying multiple node identifiers on which which this
current node depends.
Note: Objects should always be created or deserialized using the ApplicationDependencyRecommendationSummary.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 ApplicationDependencyRecommendationSummary.Builder
, which maintain a
set of all explicitly set fields called ApplicationDependencyRecommendationSummary.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 |
ApplicationDependencyRecommendationSummary.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ApplicationDependencyRecommendationSummary(String gav,
String purl,
String nodeId,
List<String> applicationDependencyNodeIds,
String recommendedGav,
String recommendedPurl)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ApplicationDependencyRecommendationSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
List<String> |
getApplicationDependencyNodeIds()
List of (application dependencies) node identifiers from which this node depends.
|
String |
getGav()
Unique Group Artifact Version (GAV) identifier in the format Group:Artifact:Version, e.g.
|
String |
getNodeId()
Unique node identifier of an application dependency with an associated Recommendation, e.g.
|
String |
getPurl()
Package URL defined in https://github.com/package-url/purl-spec, e.g.
|
String |
getRecommendedGav()
Recommended application dependency in “group:artifact:version” (GAV) format, e.g.
|
String |
getRecommendedPurl()
Recommended application dependency in PURL format, e.g.
|
int |
hashCode() |
ApplicationDependencyRecommendationSummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"gav","purl","nodeId","applicationDependencyNodeIds","recommendedGav","recommendedPurl"}) public ApplicationDependencyRecommendationSummary(String gav, String purl, String nodeId, List<String> applicationDependencyNodeIds, String recommendedGav, String recommendedPurl)
public static ApplicationDependencyRecommendationSummary.Builder builder()
Create a new builder.
public ApplicationDependencyRecommendationSummary.Builder toBuilder()
public String getGav()
Unique Group Artifact Version (GAV) identifier in the format Group:Artifact:Version, e.g. org.graalvm.nativeimage:svm:21.1.0.
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 node identifier of an application dependency with an associated Recommendation, e.g. nodeId1.
public List<String> getApplicationDependencyNodeIds()
List of (application dependencies) node identifiers from which this node depends.
public String getRecommendedGav()
Recommended application dependency in “group:artifact:version” (GAV) format, e.g. org.graalvm.nativeimage:svm:21.2.0.
public String getRecommendedPurl()
Recommended application dependency in PURL format, e.g. pkg:maven/org.graalvm.nativeimage/svm@21.2.0
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.