@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class OkvKeyDetails extends AutonomousDatabaseEncryptionKeyDetails
Details for OKV encryption key.
Note: Objects should always be created or deserialized using the OkvKeyDetails.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 OkvKeyDetails.Builder
, which maintain a
set of all explicitly set fields called OkvKeyDetails.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 |
OkvKeyDetails.Builder |
AutonomousDatabaseEncryptionKeyDetails.Provider
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
OkvKeyDetails(String okvUri,
String okvKmsKey,
String directoryName,
String certificateDirectoryName,
String certificateId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static OkvKeyDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getCertificateDirectoryName()
OKV certificate directory name
|
String |
getCertificateId()
OKV certificate id
|
String |
getDirectoryName()
OKV wallet directory name
|
String |
getOkvKmsKey()
UUID of OKV KMS Key
|
String |
getOkvUri()
URI of OKV server
|
int |
hashCode() |
OkvKeyDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static OkvKeyDetails.Builder builder()
Create a new builder.
public OkvKeyDetails.Builder toBuilder()
public String getOkvUri()
URI of OKV server
public String getOkvKmsKey()
UUID of OKV KMS Key
public String getDirectoryName()
OKV wallet directory name
public String getCertificateDirectoryName()
OKV certificate directory name
public String getCertificateId()
OKV certificate id
public String toString()
toString
in class AutonomousDatabaseEncryptionKeyDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class AutonomousDatabaseEncryptionKeyDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class AutonomousDatabaseEncryptionKeyDetails
public int hashCode()
hashCode
in class AutonomousDatabaseEncryptionKeyDetails
Copyright © 2016–2024. All rights reserved.