public class Multipart extends HeaderResponse
| Constructor and Description |
|---|
Multipart() |
Multipart(Integer partNumber,
Date lastModified,
String etag,
Long size)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEtag()
Obtain the ETag of the part.
|
Date |
getLastModified()
Obtain the last modification time of the part.
|
Integer |
getPartNumber()
Obtain the part number.
|
Long |
getSize()
Obtain the part size, in bytes.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCodepublic Integer getPartNumber()
public Date getLastModified()
public String getEtag()
public Long getSize()
public String toString()
toString in class HeaderResponseCopyright © 2021. All rights reserved.