类 MultipartUpload
java.lang.Object
com.obs.services.model.MultipartUpload
-
构造器概要
构造器构造器说明MultipartUpload(String uploadId, String bucketName, String objectKey, Date initiatedDate, StorageClassEnum storageClass, Owner owner, Owner initiator) MultipartUpload(String uploadId, String objectKey, Date initiatedDate, StorageClassEnum storageClass, Owner owner, Owner initiator) -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the multipart upload belongs.Obtain the creation time of the multipart upload.Creator of the multipart uploadObtain the name of the object involved in the multipart upload.Obtain the storage class of the object generated via the multipart upload.getOwner()Query the creator of the multipart upload.已过时。Obtain the multipart upload ID.voidsetBucketName(String bucketName) voidsetObjectKey(String objectKey)
-
构造器详细资料
-
MultipartUpload
-
MultipartUpload
-
-
方法详细资料
-
getInitiator
-
getOwner
Query the creator of the multipart upload.- 返回:
- Owner of the multipart upload
-
getUploadId
-
getBucketName
Obtain the name of the bucket to which the multipart upload belongs.- 返回:
- Name of the bucket to which the multipart upload belongs
-
setBucketName
-
getObjectKey
Obtain the name of the object involved in the multipart upload.- 返回:
- Name of the object involved in the multipart upload
-
getStorageClass
已过时。Obtain the storage class of the object generated via the multipart upload.- 返回:
- Storage class of the object generated via the multipart upload
-
getObjectStorageClass
Obtain the storage class of the object generated via the multipart upload.- 返回:
- Storage class of the object generated via the multipart upload
-
getInitiatedDate
Obtain the creation time of the multipart upload.- 返回:
- Creation time of the multipart upload
-
setObjectKey
-