public class CopyPartResult extends HeaderResponse
| 构造器和说明 |
|---|
CopyPartResult(int partNumber,
String etag,
Date lastModified) |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
getRequestId, getResponseHeaders, getStatusCodepublic int getPartNumber()
public String getEtag()
public Date getLastModified()
public String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.