@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class PatchHistoryEntrySummary extends Object
The record of a patch action on a specified target.
Note: Objects should always be created or deserialized using the PatchHistoryEntrySummary.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 PatchHistoryEntrySummary.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 |
PatchHistoryEntrySummary.Action
The action being performed or was completed.
|
static class |
PatchHistoryEntrySummary.Builder |
static class |
PatchHistoryEntrySummary.LifecycleState
The current state of the action.
|
Constructor and Description |
---|
PatchHistoryEntrySummary(String id,
String patchId,
PatchHistoryEntrySummary.Action action,
PatchHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatchHistoryEntrySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
PatchHistoryEntrySummary.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.
|
PatchHistoryEntrySummary.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() |
String |
toString() |
@ConstructorProperties(value={"id","patchId","action","lifecycleState","lifecycleDetails","timeStarted","timeEnded"}) @Deprecated public PatchHistoryEntrySummary(String id, String patchId, PatchHistoryEntrySummary.Action action, PatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded)
public static PatchHistoryEntrySummary.Builder builder()
Create a new builder.
public PatchHistoryEntrySummary.Action getAction()
The action being performed or was completed.
public PatchHistoryEntrySummary.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–2020. All rights reserved.