public class CopyObjectResult extends HeaderResponse
| 构造器 | 说明 |
|---|---|
CopyObjectResult(String etag,
Date lastModified,
String versionId,
String copySourceVersionId,
StorageClassEnum storageClass,
String crc64,
String crc32c) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getCopySourceVersionId() |
Obtain the version ID of the source object.
|
String |
getCRC32C() |
Obtain the crc32c of the destination object.
|
String |
getCRC64() |
Obtain the crc64 of the destination 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() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic String getEtag()
public Date getLastModified()
public String getVersionId()
public String getCopySourceVersionId()
public StorageClassEnum getObjectStorageClass()
public String getCRC64()
public String getCRC32C()
public String toString()
toString 在类中 HeaderResponseCopyright © 2025. All rights reserved.