@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class PatchHistoryEntry extends Object
PatchHistoryEntry.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 PatchHistoryEntry.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 |
PatchHistoryEntry.Action
The action being performed or was completed.
|
static class |
PatchHistoryEntry.Builder |
static class |
PatchHistoryEntry.LifecycleState
The current state of the action.
|
Constructor and Description |
---|
PatchHistoryEntry(String id,
String patchId,
PatchHistoryEntry.Action action,
PatchHistoryEntry.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatchHistoryEntry.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
PatchHistoryEntry.Action |
getAction()
The action being performed or was completed.
|
String |
getId()
The OCID of the patch history entry.
|
String |
getLifecycleDetails()
A descriptive text associated with the lifecycleState.
|
PatchHistoryEntry.LifecycleState |
getLifecycleState()
The current state of the action.
|
String |
getPatchId()
The OCID of the patch.
|
Date |
getTimeEnded()
The date and time when the patch action completed
|
Date |
getTimeStarted()
The date and time when the patch action started.
|
int |
hashCode() |
PatchHistoryEntry.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"id","patchId","action","lifecycleState","lifecycleDetails","timeStarted","timeEnded"}) @Deprecated public PatchHistoryEntry(String id, String patchId, PatchHistoryEntry.Action action, PatchHistoryEntry.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded)
public static PatchHistoryEntry.Builder builder()
Create a new builder.
public PatchHistoryEntry.Builder toBuilder()
public PatchHistoryEntry.Action getAction()
The action being performed or was completed.
public PatchHistoryEntry.LifecycleState getLifecycleState()
The current state of the action.
public String getLifecycleDetails()
A descriptive text associated with the lifecycleState. Typically contains additional displayable text.
public Date getTimeStarted()
The date and time when the patch action started.
public Date getTimeEnded()
The date and time when the patch action completed
Copyright © 2016–2022. All rights reserved.