public class MultipartUpload extends Object
| 构造器和说明 |
|---|
MultipartUpload(String uploadId,
String objectKey,
Date initiatedDate,
StorageClassEnum storageClass,
Owner owner,
Owner initiator) |
MultipartUpload(String uploadId,
String bucketName,
String objectKey,
Date initiatedDate,
StorageClassEnum storageClass,
Owner owner,
Owner initiator) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
Date |
getInitiatedDate()
Obtain the creation time of the multipart upload.
|
Owner |
getInitiator()
Creator of the multipart upload
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
StorageClassEnum |
getObjectStorageClass()
Obtain the storage class of the object generated via the multipart
upload.
|
Owner |
getOwner()
Query the creator of the multipart upload.
|
String |
getStorageClass()
已过时。
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName) |
public MultipartUpload(String uploadId, String objectKey, Date initiatedDate, StorageClassEnum storageClass, Owner owner, Owner initiator)
public Owner getInitiator()
public Owner getOwner()
public String getUploadId()
public String getBucketName()
public void setBucketName(String bucketName)
public String getObjectKey()
@Deprecated public String getStorageClass()
public StorageClassEnum getObjectStorageClass()
public Date getInitiatedDate()
Copyright © 2021. All rights reserved.