public class Multipart extends HeaderResponse
| 构造器和说明 |
|---|
Multipart() |
Multipart(Integer partNumber,
Date lastModified,
String etag,
Long size)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
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 在类中 HeaderResponseCopyright © 2021. All rights reserved.