@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class AvailableUpdateSummary extends Object
An update available for a managed instance
Note: Objects should always be created or deserialized using the AvailableUpdateSummary.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 AvailableUpdateSummary.Builder, which maintain a set of all explicitly set fields called
__explicitlySet__. The hashCode() and equals(Object) methods are implemented to take
__explicitlySet__ into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null from unset null).
| Modifier and Type | Class and Description |
|---|---|
static class |
AvailableUpdateSummary.Builder |
| Constructor and Description |
|---|
AvailableUpdateSummary(String displayName,
String name,
UpdateTypes updateType,
String type,
String installedVersion,
String availableVersion,
String architecture,
List<Id> errata,
List<String> relatedCves,
List<SoftwareSourceId> softwareSources)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static AvailableUpdateSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getArchitecture() |
String |
getAvailableVersion() |
String |
getDisplayName() |
List<Id> |
getErrata() |
String |
getInstalledVersion() |
String |
getName() |
List<String> |
getRelatedCves() |
List<SoftwareSourceId> |
getSoftwareSources() |
String |
getType() |
UpdateTypes |
getUpdateType() |
int |
hashCode() |
AvailableUpdateSummary.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"displayName","name","updateType","type","installedVersion","availableVersion","architecture","errata","relatedCves","softwareSources"}) public AvailableUpdateSummary(String displayName, String name, UpdateTypes updateType, String type, String installedVersion, String availableVersion, String architecture, List<Id> errata, List<String> relatedCves, List<SoftwareSourceId> softwareSources)
public static AvailableUpdateSummary.Builder builder()
Create a new builder.
public AvailableUpdateSummary.Builder toBuilder()
public String getDisplayName()
public String getName()
public UpdateTypes getUpdateType()
public String getType()
public String getInstalledVersion()
public String getAvailableVersion()
public String getArchitecture()
public List<SoftwareSourceId> getSoftwareSources()
Copyright © 2016–2022. All rights reserved.