@Generated(value="OracleSDKGenerator", comments="API Version: 20211001") public final class ObjectStorageSnapshotExportDetails extends SnapshotExportDetails
Specifies where to output the export in Object Storage.
Note: Objects should always be created or deserialized using the ObjectStorageSnapshotExportDetails.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 ObjectStorageSnapshotExportDetails.Builder
, which maintain a
set of all explicitly set fields called ObjectStorageSnapshotExportDetails.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 |
ObjectStorageSnapshotExportDetails.Builder |
SnapshotExportDetails.ExportType
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
ObjectStorageSnapshotExportDetails(String namespace,
String bucket,
String prefix)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ObjectStorageSnapshotExportDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBucket()
Bucket name
|
String |
getNamespace()
Bucket namespace name
|
String |
getPrefix()
Object path prefix to put snapshot file(s)
|
int |
hashCode() |
ObjectStorageSnapshotExportDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ObjectStorageSnapshotExportDetails(String namespace, String bucket, String prefix)
public static ObjectStorageSnapshotExportDetails.Builder builder()
Create a new builder.
public ObjectStorageSnapshotExportDetails.Builder toBuilder()
public String getNamespace()
Bucket namespace name
public String getBucket()
Bucket name
public String getPrefix()
Object path prefix to put snapshot file(s)
public String toString()
toString
in class SnapshotExportDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class SnapshotExportDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class SnapshotExportDetails
public int hashCode()
hashCode
in class SnapshotExportDetails
Copyright © 2016–2024. All rights reserved.