public class CopyObjectResult extends HeaderResponse
| Constructor and Description |
|---|
CopyObjectResult(String etag,
Date lastModified,
String versionId,
String copySourceVersionId,
StorageClassEnum storageClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCopySourceVersionId()
Obtain the version ID of the source object.
|
String |
getEtag()
Obtain the ETag of the destination object.
|
Date |
getLastModified()
Last modification time of the destination object
|
StorageClassEnum |
getObjectStorageClass()
Obtain the storage class of the destination object.
|
String |
getVersionId()
Obtain the version ID of the destination object.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic CopyObjectResult(String etag, Date lastModified, String versionId, String copySourceVersionId, StorageClassEnum storageClass)
public String getEtag()
public Date getLastModified()
public String getVersionId()
public String getCopySourceVersionId()
public StorageClassEnum getObjectStorageClass()
public String toString()
toString in class HeaderResponseCopyright © 2019. All rights reserved.