类 CompleteMultipartUploadResponse

  • 所有已实现的接口:
    Serializable

    public class CompleteMultipartUploadResponse
    extends BosResponse
    The CompleteMultipartUploadResponse contains all the information about the CompleteMultipartUpload method.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • CompleteMultipartUploadResponse

        public CompleteMultipartUploadResponse()
    • 方法详细资料

      • getLocation

        public String getLocation()
        Returns the URL identifying the new multipart object.
        返回:
        The URL identifying the new multipart object.
      • setLocation

        public void setLocation​(String location)
        Sets the URL identifying the new multipart object.
        参数:
        location - The URL identifying the new multipart object.
      • getBucketName

        public String getBucketName()
        Returns the name of the bucket containing the completed multipart object.
        返回:
        The name of the bucket containing the completed multipart object.
      • setBucketName

        public void setBucketName​(String bucketName)
        Sets the name of the bucket containing the completed multipart object.
        参数:
        bucketName - The name of the bucket containing the completed multipart object.
      • getKey

        public String getKey()
        Gets the key by which the newly created object is stored.
        返回:
        the key value
      • setKey

        public void setKey​(String key)
        Sets the key of the newly created object.
        参数:
        key - the key of the newly created object.
      • getETag

        public String getETag()
        Returns the entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes.
        返回:
        An opaque string that changes if and only if an object's data changes.
      • setETag

        public void setETag​(String eTag)
        Sets the entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes.
        参数:
        eTag - The entity tag.