@Generated(value="OracleSDKGenerator", comments="API Version: 20190101") public final class ObjectStorageMountConfigurationDetails extends StorageMountConfigurationDetails
The Object Storage Configuration Details.
Note: Objects should always be created or deserialized using the ObjectStorageMountConfigurationDetails.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 ObjectStorageMountConfigurationDetails.Builder
, which maintain a
set of all explicitly set fields called ObjectStorageMountConfigurationDetails.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 |
ObjectStorageMountConfigurationDetails.Builder |
StorageMountConfigurationDetails.StorageType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ObjectStorageMountConfigurationDetails(String destinationDirectoryName,
String destinationPath,
String namespace,
String bucket,
String prefix)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ObjectStorageMountConfigurationDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBucket()
The object storage bucket
|
String |
getNamespace()
The object storage namespace
|
String |
getPrefix()
Prefix in the bucket to mount
|
int |
hashCode() |
ObjectStorageMountConfigurationDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getDestinationDirectoryName, getDestinationPath
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
public static ObjectStorageMountConfigurationDetails.Builder builder()
Create a new builder.
public ObjectStorageMountConfigurationDetails.Builder toBuilder()
public String getNamespace()
The object storage namespace
public String getBucket()
The object storage bucket
public String getPrefix()
Prefix in the bucket to mount
public String toString()
toString
in class StorageMountConfigurationDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class StorageMountConfigurationDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class StorageMountConfigurationDetails
public int hashCode()
hashCode
in class StorageMountConfigurationDetails
Copyright © 2016–2024. All rights reserved.