public class ListPartsResult extends HeaderResponse
Constructor and Description |
---|
ListPartsResult(String bucket,
String key,
String uploadId,
Owner initiator,
Owner owner,
StorageClassEnum storageClass,
List<Multipart> multipartList,
Integer maxParts,
boolean isTruncated,
String partNumberMarker,
String nextPartNumberMarker) |
Modifier and Type | Method and Description |
---|---|
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()
Deprecated.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
boolean |
isTruncated()
Check whether the query result list is truncated.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public 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
in class HeaderResponse
Copyright © 2019. All rights reserved.