类 MultipartUpload

java.lang.Object
com.obs.services.model.MultipartUpload

public class MultipartUpload extends Object
Multipart upload
  • 构造器详细资料

  • 方法详细资料

    • getInitiator

      public Owner getInitiator()
      Creator of the multipart upload
      返回:
      Creator of the multipart upload
    • getOwner

      public Owner getOwner()
      Query the creator of the multipart upload.
      返回:
      Owner of the multipart upload
    • getUploadId

      public String getUploadId()
      Obtain the multipart upload ID.
      返回:
      Multipart upload ID
    • getBucketName

      public String getBucketName()
      Obtain the name of the bucket to which the multipart upload belongs.
      返回:
      Name of the bucket to which the multipart upload belongs
    • setBucketName

      public void setBucketName(String bucketName)
    • getObjectKey

      public String getObjectKey()
      Obtain the name of the object involved in the multipart upload.
      返回:
      Name of the object involved in the multipart upload
    • getStorageClass

      @Deprecated public String getStorageClass()
      已过时。
      Obtain the storage class of the object generated via the multipart upload.
      返回:
      Storage class of the object generated via the multipart upload
    • getObjectStorageClass

      public StorageClassEnum getObjectStorageClass()
      Obtain the storage class of the object generated via the multipart upload.
      返回:
      Storage class of the object generated via the multipart upload
    • getInitiatedDate

      public Date getInitiatedDate()
      Obtain the creation time of the multipart upload.
      返回:
      Creation time of the multipart upload
    • setObjectKey

      public void setObjectKey(String objectKey)