@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousDatabaseWallet extends Object
The Autonomous Database wallet details.
AutonomousDatabaseWallet.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 AutonomousDatabaseWallet.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 |
AutonomousDatabaseWallet.Builder |
static class |
AutonomousDatabaseWallet.LifecycleState
The current lifecycle state of the Autonomous Database wallet.
|
Constructor and Description |
---|
AutonomousDatabaseWallet(AutonomousDatabaseWallet.LifecycleState lifecycleState,
Date timeRotated)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AutonomousDatabaseWallet.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
AutonomousDatabaseWallet.LifecycleState |
getLifecycleState()
The current lifecycle state of the Autonomous Database wallet.
|
Date |
getTimeRotated()
The date and time the wallet was last rotated.
|
int |
hashCode() |
AutonomousDatabaseWallet.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"lifecycleState","timeRotated"}) @Deprecated public AutonomousDatabaseWallet(AutonomousDatabaseWallet.LifecycleState lifecycleState, Date timeRotated)
public static AutonomousDatabaseWallet.Builder builder()
Create a new builder.
public AutonomousDatabaseWallet.Builder toBuilder()
public AutonomousDatabaseWallet.LifecycleState getLifecycleState()
The current lifecycle state of the Autonomous Database wallet.
public Date getTimeRotated()
The date and time the wallet was last rotated.
Copyright © 2016–2021. All rights reserved.