@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class GenerateAutonomousDataWarehouseWalletDetails extends Object
Deprecated. See generateAutonomousDatabaseWalletDetails
for reference information about creating and downloading a wallet for an Oracle Autonomous Data Warehouse.
Note: Objects should always be created or deserialized using the GenerateAutonomousDataWarehouseWalletDetails.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 GenerateAutonomousDataWarehouseWalletDetails.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 |
GenerateAutonomousDataWarehouseWalletDetails.Builder |
Constructor and Description |
---|
GenerateAutonomousDataWarehouseWalletDetails(String password)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static GenerateAutonomousDataWarehouseWalletDetails.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 GenerateAutonomousDataWarehouseWalletDetails(String password)
public static GenerateAutonomousDataWarehouseWalletDetails.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.