Package com.oracle.bmc.bds.model
Class OsPatchPackageSummary
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.bds.model.OsPatchPackageSummary
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20190531") public final class OsPatchPackageSummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelSummary of a package contained in a os patch.
 Note: Objects should always be created or deserialized using theOsPatchPackageSummary.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 theOsPatchPackageSummary.Builder, which maintain a set of all explicitly set fields calledOsPatchPackageSummary.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 classOsPatchPackageSummary.Builderstatic classOsPatchPackageSummary.PackageTypePackage type based on package installation manager.static classOsPatchPackageSummary.UpdateTypeThe action that current package will be executed on the cluster.
 - 
Constructor SummaryConstructors Constructor Description OsPatchPackageSummary(String packageName, String targetVersion, OsPatchPackageSummary.UpdateType updateType, List<String> relatedCVEs, OsPatchPackageSummary.PackageType packageType)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OsPatchPackageSummary.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetPackageName()The package’s name.OsPatchPackageSummary.PackageTypegetPackageType()Package type based on package installation manager.List<String>getRelatedCVEs()Related CVEs of the package update.StringgetTargetVersion()The target version of the package.OsPatchPackageSummary.UpdateTypegetUpdateType()The action that current package will be executed on the cluster.inthashCode()OsPatchPackageSummary.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
OsPatchPackageSummary@Deprecated @ConstructorProperties({"packageName","targetVersion","updateType","relatedCVEs","packageType"}) public OsPatchPackageSummary(String packageName, String targetVersion, OsPatchPackageSummary.UpdateType updateType, List<String> relatedCVEs, OsPatchPackageSummary.PackageType packageType) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static OsPatchPackageSummary.Builder builder() Create a new builder.
 - 
toBuilderpublic OsPatchPackageSummary.Builder toBuilder() 
 - 
getPackageNamepublic String getPackageName() The package’s name.- Returns:
- the value
 
 - 
getTargetVersionpublic String getTargetVersion() The target version of the package.- Returns:
- the value
 
 - 
getUpdateTypepublic OsPatchPackageSummary.UpdateType getUpdateType() The action that current package will be executed on the cluster.- Returns:
- the value
 
 - 
getRelatedCVEspublic List<String> getRelatedCVEs() Related CVEs of the package update.- Returns:
- the value
 
 - 
getPackageTypepublic OsPatchPackageSummary.PackageType getPackageType() Package type based on package installation manager.- 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
 
 
- 
 
-