@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class PatchDetails extends Object
The details about what actions to perform and using what patch to the specified target. This is part of an update request that is applied to a version field on the target such as DB system, Database Home, etc.
PatchDetails.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 PatchDetails.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 |
PatchDetails.Action
The action to perform on the patch.
|
static class |
PatchDetails.Builder |
Constructor and Description |
---|
PatchDetails(String patchId,
String databaseSoftwareImageId,
PatchDetails.Action action)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatchDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
PatchDetails.Action |
getAction()
The action to perform on the patch.
|
String |
getDatabaseSoftwareImageId()
The OCID of the database software image.
|
String |
getPatchId()
The OCID of the patch.
|
int |
hashCode() |
PatchDetails.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"patchId","databaseSoftwareImageId","action"}) @Deprecated public PatchDetails(String patchId, String databaseSoftwareImageId, PatchDetails.Action action)
public static PatchDetails.Builder builder()
Create a new builder.
public PatchDetails.Builder toBuilder()
public String getDatabaseSoftwareImageId()
The OCID of the database software image.
public PatchDetails.Action getAction()
The action to perform on the patch.
Copyright © 2016–2022. All rights reserved.