public class CopyObjectResult extends HeaderResponse
| 构造器和说明 |
|---|
CopyObjectResult(String etag,
Date lastModified,
String versionId,
String copySourceVersionId,
StorageClassEnum storageClass) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 HeaderResponseCopyright © 2021. All rights reserved.