类 CompleteMultipartUploadResult


public class CompleteMultipartUploadResult extends HeaderResponse
Response to a request for combining parts
  • 字段详细资料

    • bucketName

      private String bucketName
    • objectKey

      private String objectKey
    • etag

      private String etag
    • location

      private String location
    • versionId

      private String versionId
    • objectUrl

      private String objectUrl
    • encodingType

      private String encodingType
    • callbackResponseBody

      private InputStream callbackResponseBody
  • 构造器详细资料

  • 方法详细资料

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

      public String getEtag()
      Obtain the ETag of the object involved in the multipart upload.
      返回:
      ETag of the object involved in the multipart upload
    • getLocation

      public String getLocation()
      Obtain the URI of the object after part combination.
      返回:
      URI of the object obtained after part combination
    • getVersionId

      public String getVersionId()
      Obtain the version ID of the object after part combination.
      返回:
      Version ID of the object after part combination
    • getObjectUrl

      public String getObjectUrl()
      Obtain the full path to the object after part combination.
      返回:
      Full path to the object
    • setObjectKey

      public void setObjectKey(String objectKey)
    • setEncodingType

      public void setEncodingType(String encodingType)
      Set encoding type for objectKey in xml
      参数:
      encodingType - encoding type for objectKey
    • getEncodingType

      public String getEncodingType()
      Get encoding type for objectKey in xml
      返回:
      encodingType
    • getCallbackResponseBody

      public InputStream getCallbackResponseBody()
    • setCallbackResponseBody

      public void setCallbackResponseBody(InputStream callbackResponseBody)
    • toString

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