类 InitiateMultipartUploadResponse

  • 所有已实现的接口:
    Serializable

    public class InitiateMultipartUploadResponse
    extends BosResponse
    Contains the results of initiating a multipart upload, particularly the unique ID of the new multipart upload.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • InitiateMultipartUploadResponse

        public InitiateMultipartUploadResponse()
    • 方法详细资料

      • getBucketName

        public String getBucketName()
        Returns the name of the bucket in which the new multipart upload was initiated.
        返回:
        The name of the bucket in which the new multipart upload was initiated.
      • setBucketName

        public void setBucketName​(String bucketName)
        Sets the name of the bucket in which the new multipart upload was initiated.
        参数:
        bucketName - The name of the bucket in which the new multipart upload was initiated.
      • getKey

        public String getKey()
        Returns the object key for which the multipart upload was initiated.
        返回:
        The object key for which the multipart upload was initiated.
      • setKey

        public void setKey​(String key)
        Sets the object key for which the multipart upload was initiated.
        参数:
        key - The object key for which the multipart upload was initiated.
      • getUploadId

        public String getUploadId()
        Returns the initiated multipart upload ID.
        返回:
        the initiated multipart upload ID.
      • setUploadId

        public void setUploadId​(String uploadId)
        Sets the initiated multipart upload ID.
        参数:
        uploadId - The initiated multipart upload ID.