Class ApplicationDependencyRecommendationSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.adm.model.ApplicationDependencyRecommendationSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220421") public final class ApplicationDependencyRecommendationSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAn 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 theApplicationDependencyRecommendationSummary.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 theApplicationDependencyRecommendationSummary.Builder, which maintain a set of all explicitly set fields calledApplicationDependencyRecommendationSummary.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 classApplicationDependencyRecommendationSummary.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ApplicationDependencyRecommendationSummary.Builderbuilder()Create a new builder.booleanequals(Object o)List<String>getApplicationDependencyNodeIds()List of (application dependencies) node identifiers from which this node depends.StringgetGav()Unique Group Artifact Version (GAV) identifier in the format Group:Artifact:Version, e.g.StringgetNodeId()Unique node identifier of an application dependency with an associated Recommendation, e.g.StringgetPurl()Package URL identifier, e.g.StringgetRecommendedGav()Recommended application dependency in “group:artifact:version” (GAV) format, e.g.StringgetRecommendedPurl()Recommended application dependency in purl format, e.g.inthashCode()ApplicationDependencyRecommendationSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ApplicationDependencyRecommendationSummary@Deprecated @ConstructorProperties({"gav","purl","nodeId","applicationDependencyNodeIds","recommendedGav","recommendedPurl"}) public ApplicationDependencyRecommendationSummary(String gav, String purl, String nodeId, List<String> applicationDependencyNodeIds, String recommendedGav, String recommendedPurl) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ApplicationDependencyRecommendationSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic ApplicationDependencyRecommendationSummary.Builder toBuilder() 
 - 
getGavpublic String getGav() Unique Group Artifact Version (GAV) identifier in the format Group:Artifact:Version, e.g.org.graalvm.nativeimage:svm:21.1.0. - Returns:
- the value
 
 - 
getPurlpublic String getPurl() Package URL identifier, e.g.pkg:maven/org.graalvm.nativeimage/svm@21.1.0 - Returns:
- the value
 
 - 
getNodeIdpublic String getNodeId() Unique node identifier of an application dependency with an associated Recommendation, e.g.nodeId1. - Returns:
- the value
 
 - 
getApplicationDependencyNodeIdspublic List<String> getApplicationDependencyNodeIds() List of (application dependencies) node identifiers from which this node depends.- Returns:
- the value
 
 - 
getRecommendedGavpublic String getRecommendedGav() Recommended application dependency in “group:artifact:version” (GAV) format, e.g.org.graalvm.nativeimage:svm:21.2.0. - Returns:
- the value
 
 - 
getRecommendedPurlpublic String getRecommendedPurl() Recommended application dependency in purl format, e.g.pkg:maven/org.graalvm.nativeimage/svm@21.2.0 - 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
 
 
- 
 
-