@Generated(value="OracleSDKGenerator", comments="API Version: 20190801") public final class Erratum extends Object
Details about the erratum.
Note: Objects should always be created or deserialized using the Erratum.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 Erratum.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 |
Erratum.Builder |
| Constructor and Description |
|---|
Erratum(String name,
String id,
String compartmentId,
String synopsis,
String issued,
String description,
String updated,
UpdateTypes advisoryType,
String from,
String solution,
String references,
List<Id> affectedInstances,
List<String> relatedCves,
List<Id> softwareSources,
List<SoftwarePackageSummary> packages)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Erratum.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
UpdateTypes |
getAdvisoryType() |
List<Id> |
getAffectedInstances() |
String |
getCompartmentId() |
String |
getDescription() |
String |
getFrom() |
String |
getId() |
String |
getIssued() |
String |
getName() |
List<SoftwarePackageSummary> |
getPackages() |
String |
getReferences() |
List<String> |
getRelatedCves() |
List<Id> |
getSoftwareSources() |
String |
getSolution() |
String |
getSynopsis() |
String |
getUpdated() |
int |
hashCode() |
Erratum.Builder |
toBuilder() |
String |
toString() |
@Deprecated @ConstructorProperties(value={"name","id","compartmentId","synopsis","issued","description","updated","advisoryType","from","solution","references","affectedInstances","relatedCves","softwareSources","packages"}) public Erratum(String name, String id, String compartmentId, String synopsis, String issued, String description, String updated, UpdateTypes advisoryType, String from, String solution, String references, List<Id> affectedInstances, List<String> relatedCves, List<Id> softwareSources, List<SoftwarePackageSummary> packages)
public static Erratum.Builder builder()
Create a new builder.
public Erratum.Builder toBuilder()
public String getName()
public String getId()
public String getCompartmentId()
public String getSynopsis()
public String getIssued()
public String getDescription()
public String getUpdated()
public UpdateTypes getAdvisoryType()
public String getFrom()
public String getSolution()
public String getReferences()
public List<SoftwarePackageSummary> getPackages()
Copyright © 2016–2022. All rights reserved.