@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class PatchHistoryEntrySummary extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
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 PatchHistoryEntrySummary.Builder.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take the explicitly set
fields into account. The constructor, on the other hand, does not take the explicitly set fields
into account (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.
|
static class |
PatchHistoryEntrySummary.PatchType
The type of Patch operation.
|
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
PatchHistoryEntrySummary(String id,
String patchId,
PatchHistoryEntrySummary.Action action,
PatchHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeEnded,
PatchHistoryEntrySummary.PatchType patchType)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static PatchHistoryEntrySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
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.
|
PatchHistoryEntrySummary.PatchType |
getPatchType()
The type of Patch operation.
|
Date |
getTimeEnded()
The date and time when the patch action completed
|
Date |
getTimeStarted()
The date and time when the patch action started.
|
int |
hashCode() |
PatchHistoryEntrySummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","patchId","action","lifecycleState","lifecycleDetails","timeStarted","timeEnded","patchType"}) public PatchHistoryEntrySummary(String id, String patchId, PatchHistoryEntrySummary.Action action, PatchHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeEnded, PatchHistoryEntrySummary.PatchType patchType)
public static PatchHistoryEntrySummary.Builder builder()
Create a new builder.
public PatchHistoryEntrySummary.Builder toBuilder()
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
public PatchHistoryEntrySummary.PatchType getPatchType()
The type of Patch operation.
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.