类 InitiateMultipartUploadResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.InitiateMultipartUploadResult

public class InitiateMultipartUploadResult extends HeaderResponse
Response to a request for initializing a multipart upload
  • 构造器详细资料

    • InitiateMultipartUploadResult

      public InitiateMultipartUploadResult(String bucketName, String objectKey, String uploadId)
  • 方法详细资料

    • 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
    • getObjectKey

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

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse