public class ListPartsResult extends HeaderResponse
| 限定符和类型 | 类 | 说明 |
|---|---|---|
static class |
ListPartsResult.Builder |
| 构造器 | 说明 |
|---|---|
ListPartsResult(String bucket,
String key,
String uploadId,
Owner initiator,
Owner owner,
StorageClassEnum storageClass,
List<Multipart> multipartList,
Integer maxParts,
boolean isTruncated,
String partNumberMarker,
String nextPartNumberMarker) |
已过时。
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
String |
getBucket() |
Obtain the name of the bucket to which the multipart upload belongs.
|
Owner |
getInitiator() |
Creator of the multipart upload
|
String |
getKey() |
Obtain the name of the object involved in the multipart upload.
|
Integer |
getMaxParts() |
Obtain the maximum number of uploaded parts to be listed.
|
List<Multipart> |
getMultipartList() |
Obtain the list of uploaded parts.
|
String |
getNextPartNumberMarker() |
Obtain the start position for next listing.
|
StorageClassEnum |
getObjectStorageClass() |
Obtain the storage class of the object involved in the multipart upload.
|
Owner |
getOwner() |
Query the creator of the multipart upload.
|
String |
getPartNumberMarker() |
Obtain the start position for listing parts.
|
String |
getStorageClass() |
已过时。
|
String |
getUploadId() |
Obtain the multipart upload ID.
|
boolean |
isTruncated() |
Check whether the query result list is truncated.
|
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic String getBucket()
public String getKey()
public String getUploadId()
public Owner getInitiator()
public Owner getOwner()
@Deprecated public String getStorageClass()
public StorageClassEnum getObjectStorageClass()
public Integer getMaxParts()
public List<Multipart> getMultipartList()
public boolean isTruncated()
public String getPartNumberMarker()
public String getNextPartNumberMarker()
public String toString()
toString 在类中 HeaderResponseCopyright © 2025. All rights reserved.