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() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic Integer getPartNumber()
public Date getLastModified()
public String getEtag()
public Long getSize()
public String toString()
toString 在类中 HeaderResponseCopyright © 2025. All rights reserved.