public class CopyPartResult extends HeaderResponse
| Constructor and Description |
|---|
CopyPartResult(int partNumber,
String etag,
Date lastModified) |
| Modifier and Type | Method and Description |
|---|---|
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 in class HeaderResponseCopyright © 2019. All rights reserved.