|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.bos.model.BosResponse
com.baidubce.services.bos.model.ListPartsResponse
public class ListPartsResponse
The ListPartsResponse contains all the information about the ListParts method.
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
ListPartsResponse()
|
Method Summary | |
---|---|
String |
getBucketName()
Returns the name of the bucket containing the listed parts, as specified in the original request. |
Date |
getInitiated()
Returns the initiated time of the multipart upload. |
String |
getKey()
Returns the key value specified in the original request used to identify which multipart upload contains the parts to list. |
Integer |
getMaxParts()
Returns the optional max parts value specified in the original request to limit how many parts are listed. |
int |
getNextPartNumberMarker()
Returns the next part number marker. |
User |
getOwner()
Returns details on the user who owns the associated multipart upload. |
int |
getPartNumberMarker()
Returns the optional part number marker specified in the original request to specify where in the results to begin listing parts. |
List<PartSummary> |
getParts()
Returns the list of parts described in this part listing. |
String |
getStorageClass()
Returns the storageClass. |
String |
getUploadId()
Returns the upload ID value specified in the original request used to identify which multipart upload contains the parts to list. |
boolean |
isTruncated()
Returns whether or not this listing is truncated, and additional requests need to be made to get more results. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the listed parts, as specified in the original request. |
void |
setInitiated(Date initiated)
Sets the initiated time of the multipart upload. |
void |
setKey(String key)
Sets the key value specified in the original request used to identify which multipart upload contains the parts to list. |
void |
setMaxParts(int maxParts)
Sets the optional max parts value specified in the original request to limit how many parts are listed. |
void |
setNextPartNumberMarker(int nextPartNumberMarker)
Sets the next part number marker. |
void |
setOwner(User owner)
Sets the user who owns the associated multipart upload. |
void |
setPartNumberMarker(int partNumberMarker)
Sets the optional part number marker specified in the original request to specify where in the results to begin listing parts. |
void |
setParts(List<PartSummary> parts)
Sets the list of parts described in this part listing. |
void |
setStorageClass(String storageClass)
Sets the storageClass. |
void |
setTruncated(boolean isTruncated)
Sets whether or not this listing is truncated, and additional requests need to be made to get more results. |
void |
setUploadId(String uploadId)
Sets the upload ID value specified in the original request used to identify which multipart upload contains the parts to list. |
Methods inherited from class com.baidubce.services.bos.model.BosResponse |
---|
getMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ListPartsResponse()
Method Detail |
---|
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- the name of the bucket containing the listed parts, as
specified in the original request.public String getKey()
public void setKey(String key)
key
- the key value specified in the original request used to
identify which multipart upload contains the parts to list.public String getUploadId()
public void setUploadId(String uploadId)
uploadId
- the upload ID value specified in the original request used to
identify which multipart upload contains the parts to list.public User getOwner()
public void setOwner(User owner)
owner
- the user who owns the associated multipart upload.public Date getInitiated()
public void setInitiated(Date initiated)
initiated
- the initiated time of the multipart upload.public int getPartNumberMarker()
public void setPartNumberMarker(int partNumberMarker)
partNumberMarker
- the optional part number marker specified in the original
request to specify where in the results to begin listing
parts.public int getNextPartNumberMarker()
public void setNextPartNumberMarker(int nextPartNumberMarker)
nextPartNumberMarker
- The next part number marker.public Integer getMaxParts()
public void setMaxParts(int maxParts)
maxParts
- The optional max parts value specified in the original request
to limit how many parts are listed.public boolean isTruncated()
public void setTruncated(boolean isTruncated)
isTruncated
- whether or not this listing is truncated, and additional
requests need to be made to get more results.public List<PartSummary> getParts()
public void setParts(List<PartSummary> parts)
parts
- The list of parts described in this part listing.public String getStorageClass()
public void setStorageClass(String storageClass)
storageClass
- The StorageClass is an identification that distinguish between
infrequent access bos and standard bos.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |