public class ListMultipartUploadsRequest extends GenericRequest
NOOP| 构造器和说明 | 
|---|
ListMultipartUploadsRequest(String bucketName)
Constructor. 
 | 
| 限定符和类型 | 方法和说明 | 
|---|---|
String | 
getDelimiter()  | 
String | 
getEncodingType()
Gets the encoding type of the object in the response body. 
 | 
String | 
getKeyMarker()
Gets the key marker filter---all uploads returned whose target file's key
 must be greater than the marker filter. 
 | 
Integer | 
getMaxUploads()
Gets the max number of uploads to return. 
 | 
String | 
getPrefix()  | 
String | 
getUploadIdMarker()
Gets the upload id marker--all uploads returned whose upload id must be
 greater than the marker filter. 
 | 
void | 
setDelimiter(String delimiter)  | 
void | 
setEncodingType(String encodingType)
Sets the encoding type of the object in the response body. 
 | 
void | 
setKeyMarker(String keyMarker)
Sets the key marker filter---all uploads returned whose target file's key
 must be greater than the marker filter. 
 | 
void | 
setMaxUploads(Integer maxUploads)
Sets the max number of uploads to return. 
 | 
void | 
setPrefix(String prefix)  | 
void | 
setUploadIdMarker(String uploadIdMarker)
Sets the upload id marker--all uploads returned whose upload id must be
 greater than the marker filter. 
 | 
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionIdpublic ListMultipartUploadsRequest(String bucketName)
bucketName - Bucket name.public Integer getMaxUploads()
public void setMaxUploads(Integer maxUploads)
maxUploads - The max number of uploads.public String getKeyMarker()
public void setKeyMarker(String keyMarker)
keyMarker - The key marker.public String getUploadIdMarker()
public void setUploadIdMarker(String uploadIdMarker)
uploadIdMarker - The upload Id marker.public String getDelimiter()
public void setDelimiter(String delimiter)
public String getPrefix()
public void setPrefix(String prefix)
public String getEncodingType()
public void setEncodingType(String encodingType)
encodingType - The encoding type of the object in the response body. Valid
            value is either 'null' or 'url'.Copyright © 2019. All Rights Reserved.