@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.
Note: Objects should always be created or deserialized using the 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,
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 |
getPatchId()
The OCID of the patch.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value={"patchId","action"}) @Deprecated public PatchDetails(String patchId, PatchDetails.Action action)
public static PatchDetails.Builder builder()
Create a new builder.
public PatchDetails.Action getAction()
The action to perform on the patch.
Copyright © 2016–2019. All rights reserved.