@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class ExportImageViaObjectStorageTupleDetails extends ExportImageDetails
ExportImageViaObjectStorageTupleDetails.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 ExportImageViaObjectStorageTupleDetails.Builder
, which maintain a
set of all explicitly set fields called ExplicitlySetBmcModel.__explicitlySet__
. The hashCode()
and
equals(Object)
methods are implemented to take ExplicitlySetBmcModel.__explicitlySet__
into account.
The constructor, on the other hand, does not set ExplicitlySetBmcModel.__explicitlySet__
(since the
constructor cannot distinguish explicit null
from unset null
).Modifier and Type | Class and Description |
---|---|
static class |
ExportImageViaObjectStorageTupleDetails.Builder |
ExportImageDetails.ExportFormat
Constructor and Description |
---|
ExportImageViaObjectStorageTupleDetails(ExportImageDetails.ExportFormat exportFormat,
String bucketName,
String namespaceName,
String objectName)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static ExportImageViaObjectStorageTupleDetails.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBucketName()
The Object Storage bucket to export the image to.
|
String |
getNamespaceName()
The Object Storage namespace to export the image to.
|
String |
getObjectName()
The Object Storage object name for the exported image.
|
int |
hashCode() |
ExportImageViaObjectStorageTupleDetails.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
getExportFormat
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated public ExportImageViaObjectStorageTupleDetails(ExportImageDetails.ExportFormat exportFormat, String bucketName, String namespaceName, String objectName)
public static ExportImageViaObjectStorageTupleDetails.Builder builder()
Create a new builder.
public ExportImageViaObjectStorageTupleDetails.Builder toBuilder()
public String getBucketName()
The Object Storage bucket to export the image to.
public String getNamespaceName()
The Object Storage namespace to export the image to.
public String getObjectName()
The Object Storage object name for the exported image.
public String toString()
toString
in class ExportImageDetails
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
toString
in class ExportImageDetails
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class ExportImageDetails
public int hashCode()
hashCode
in class ExportImageDetails
Copyright © 2016–2023. All rights reserved.