@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class VmClusterUpdateHistoryEntrySummary extends ExplicitlySetBmcModel
The record of a maintenance update action performed on a specified VM cluster. Applies to Exadata Cloud@Customer instances only.
VmClusterUpdateHistoryEntrySummary.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 VmClusterUpdateHistoryEntrySummary.Builder
, which maintain a set of all explicitly set fields called
ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
ExplicitlySetBmcModel.__explicitlySet__
into account. The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
VmClusterUpdateHistoryEntrySummary.Builder |
static class |
VmClusterUpdateHistoryEntrySummary.LifecycleState
The current lifecycle state of the maintenance update operation.
|
static class |
VmClusterUpdateHistoryEntrySummary.UpdateAction
The update action performed using this maintenance update.
|
static class |
VmClusterUpdateHistoryEntrySummary.UpdateType
The type of VM cluster maintenance update.
|
Constructor and Description |
---|
VmClusterUpdateHistoryEntrySummary(String id,
String updateId,
VmClusterUpdateHistoryEntrySummary.UpdateAction updateAction,
VmClusterUpdateHistoryEntrySummary.UpdateType updateType,
VmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState,
String lifecycleDetails,
Date timeStarted,
Date timeCompleted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static VmClusterUpdateHistoryEntrySummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getId()
The OCID of the maintenance update history entry.
|
String |
getLifecycleDetails()
Descriptive text providing additional details about the lifecycle state.
|
VmClusterUpdateHistoryEntrySummary.LifecycleState |
getLifecycleState()
The current lifecycle state of the maintenance update operation.
|
Date |
getTimeCompleted()
The date and time when the maintenance update action completed.
|
Date |
getTimeStarted()
The date and time when the maintenance update action started.
|
VmClusterUpdateHistoryEntrySummary.UpdateAction |
getUpdateAction()
The update action performed using this maintenance update.
|
String |
getUpdateId()
The OCID of the maintenance update.
|
VmClusterUpdateHistoryEntrySummary.UpdateType |
getUpdateType()
The type of VM cluster maintenance update.
|
int |
hashCode() |
VmClusterUpdateHistoryEntrySummary.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","updateId","updateAction","updateType","lifecycleState","lifecycleDetails","timeStarted","timeCompleted"}) public VmClusterUpdateHistoryEntrySummary(String id, String updateId, VmClusterUpdateHistoryEntrySummary.UpdateAction updateAction, VmClusterUpdateHistoryEntrySummary.UpdateType updateType, VmClusterUpdateHistoryEntrySummary.LifecycleState lifecycleState, String lifecycleDetails, Date timeStarted, Date timeCompleted)
public static VmClusterUpdateHistoryEntrySummary.Builder builder()
Create a new builder.
public VmClusterUpdateHistoryEntrySummary.Builder toBuilder()
public VmClusterUpdateHistoryEntrySummary.UpdateAction getUpdateAction()
The update action performed using this maintenance update.
public VmClusterUpdateHistoryEntrySummary.UpdateType getUpdateType()
The type of VM cluster maintenance update.
public VmClusterUpdateHistoryEntrySummary.LifecycleState getLifecycleState()
The current lifecycle state of the maintenance update operation.
public String getLifecycleDetails()
Descriptive text providing additional details about the lifecycle state.
public Date getTimeStarted()
The date and time when the maintenance update action started.
public Date getTimeCompleted()
The date and time when the maintenance update action completed.
public String toString()
toString
in class 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 ExplicitlySetBmcModel
public int hashCode()
hashCode
in class ExplicitlySetBmcModel
Copyright © 2016–2022. All rights reserved.