public class MultipartUploadListing extends HeaderResponse
Constructor and Description |
---|
MultipartUploadListing(String bucketName,
String keyMarker,
String uploadIdMarker,
String nextKeyMarker,
String nextUploadIdMarker,
String prefix,
int maxUploads,
boolean truncated,
List<MultipartUpload> multipartTaskList,
String delimiter,
String[] commonPrefixes) |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart uploads belong.
|
String[] |
getCommonPrefixes()
Obtain the list of prefixes to the names of grouped objects.
|
String |
getDelimiter()
Obtain the delimiter in the request for listing multipart uploads.
|
String |
getKeyMarker()
Obtain the start position for listing multipart uploads (sorted by object name)
|
int |
getMaxUploads()
Obtain the maximum number of multipart uploads to be listed.
|
List<MultipartUpload> |
getMultipartTaskList()
Obtain the list of multipart uploads unfinished in the bucket.
|
String |
getNextKeyMarker()
Start position for next listing (sorted by object name)
|
String |
getNextUploadIdMarker()
Obtain the start position for next listing (sorted by multipart upload ID).
|
String |
getPrefix()
Obtain the prefix for listing multipart uploads.
|
String |
getUploadIdMarker()
Obtain the start position for listing multipart uploads in the request (sorted by multipart upload ID).
|
boolean |
isTruncated()
Check whether the query result list is truncated.
|
String |
toString() |
getRequestId, getResponseHeaders, getStatusCode
public boolean isTruncated()
public String[] getCommonPrefixes()
public String getUploadIdMarker()
public String getNextKeyMarker()
public String getNextUploadIdMarker()
public List<MultipartUpload> getMultipartTaskList()
public String getBucketName()
public String getDelimiter()
public String getKeyMarker()
public int getMaxUploads()
public String getPrefix()
public String toString()
toString
in class HeaderResponse
Copyright © 2019. All rights reserved.