public class CopyPartResult extends HeaderResponse
| 构造器 | 说明 |
|---|---|
CopyPartResult(int partNumber,
String etag,
Date lastModified,
String crc64,
String crc32c) |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getCRC32C() |
Obtain the crc32c of the copied part.
|
String |
getCrc64() |
Obtain the crc64 of the copied part.
|
String |
getEtag() |
Obtain the ETag of the to-be-copied part.
|
Date |
getLastModified() |
Obtain the last modification time of the to-be-copied part.
|
int |
getPartNumber() |
Obtain the part number of the to-be-copied part.
|
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic int getPartNumber()
public String getEtag()
public String getCrc64()
public String getCRC32C()
public Date getLastModified()
public String toString()
toString 在类中 HeaderResponseCopyright © 2025. All rights reserved.