|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.services.bos.model.MultipartUploadSummary
public class MultipartUploadSummary
A multipart upload is an upload to Baidu Bos that is creating by uploading individual pieces of an object, then telling Baidu Bos to complete the multipart upload and concatenate all the individual pieces together into a single object.
Constructor Summary | |
---|---|
MultipartUploadSummary()
|
Method Summary | |
---|---|
Date |
getInitiated()
Returns the date at which this upload was initiated. |
String |
getKey()
Returns the key by which this upload is stored. |
User |
getOwner()
Returns the owner of this multipart upload. |
String |
getStorageClass()
Return the storageClass. |
String |
getUploadId()
Returns the unique ID of this multipart upload. |
void |
setInitiated(Date initiated)
Sets the date at which this upload was initiated. |
void |
setKey(String key)
Sets the key by which this upload is stored. |
void |
setOwner(User owner)
Sets the owner of this multipart upload. |
void |
setStorageClass(String storageClass)
Sets the storageClass. |
void |
setUploadId(String uploadId)
Sets the unique ID of this multipart upload. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultipartUploadSummary()
Method Detail |
---|
public String getKey()
public void setKey(String key)
key
- The key by which this upload is stored.public String getUploadId()
public void setUploadId(String uploadId)
uploadId
- The unique ID of this multipart upload.public User getOwner()
public void setOwner(User owner)
owner
- The owner of this multipart upload.public Date getInitiated()
public void setInitiated(Date initiated)
initiated
- The date at which this upload was initiated.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 |