public class ListPartsRequest extends GenericRequest
NOOP| 构造器和说明 | 
|---|
| ListPartsRequest(String bucketName,
                String key,
                String uploadId)Constructor | 
| 限定符和类型 | 方法和说明 | 
|---|---|
| String | getEncodingType()Gets the encoding type of object names in response. | 
| Integer | getMaxParts()The max parts count to return. | 
| Integer | getPartNumberMarker()Gets the part number marker---the parts to return whose part number must
 be greater than this marker. | 
| String | getUploadId()Gets the upload Id. | 
| void | setEncodingType(String encodingType)Sets the encoding type of object names in response. | 
| void | setMaxParts(int maxParts)Sets the max parts count (optional). | 
| void | setPartNumberMarker(Integer partNumberMarker)Sets the part number marker---the parts to return whose part number must
 be greater than this marker. | 
| void | setUploadId(String uploadId)Sets the upload Id for the multipart upload. | 
getBucketName, getKey, getRequestPayer, getVersionId, setBucketName, setKey, setRequestPayer, setVersionId, withBucketName, withKey, withRequestPayer, withVersionIdpublic String getUploadId()
public void setUploadId(String uploadId)
uploadId - The upload Id.public Integer getMaxParts()
public void setMaxParts(int maxParts)
maxParts - The max parts count.public Integer getPartNumberMarker()
public void setPartNumberMarker(Integer partNumberMarker)
partNumberMarker - The part number marker.public String getEncodingType()
public void setEncodingType(String encodingType)
encodingType - The encoding type of object names. The valid values are 'null'
            or 'url'.Copyright © 2019. All Rights Reserved.