@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class GenerateAutonomousDatabaseWalletDetails extends Object
Details to create and download an Oracle Autonomous Database wallet.
Note: Objects should always be created or deserialized using the GenerateAutonomousDatabaseWalletDetails.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 GenerateAutonomousDatabaseWalletDetails.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 |
GenerateAutonomousDatabaseWalletDetails.Builder |
Constructor and Description |
---|
GenerateAutonomousDatabaseWalletDetails(String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GenerateAutonomousDatabaseWalletDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getPassword()
The password to encrypt the keys inside the wallet.
|
int |
hashCode() |
String |
toString() |
@ConstructorProperties(value="password") @Deprecated public GenerateAutonomousDatabaseWalletDetails(String password)
public static GenerateAutonomousDatabaseWalletDetails.Builder builder()
Create a new builder.
public String getPassword()
The password to encrypt the keys inside the wallet. The password must be at least 8 characters long and must include at least 1 letter and either 1 numeric character or 1 special character.
Copyright © 2016–2019. All rights reserved.