类 InitiateMultipartUploadResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bos.model.BosResponse
-
- com.baidubce.services.bos.model.InitiateMultipartUploadResponse
-
- 所有已实现的接口:
Serializable
public class InitiateMultipartUploadResponse extends BosResponse
Contains the results of initiating a multipart upload, particularly the unique ID of the new multipart upload.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 InitiateMultipartUploadResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetBucketName()Returns the name of the bucket in which the new multipart upload was initiated.StringgetKey()Returns the object key for which the multipart upload was initiated.StringgetUploadId()Returns the initiated multipart upload ID.voidsetBucketName(String bucketName)Sets the name of the bucket in which the new multipart upload was initiated.voidsetKey(String key)Sets the object key for which the multipart upload was initiated.voidsetUploadId(String uploadId)Sets the initiated multipart upload ID.-
从类继承的方法 com.baidubce.services.bos.model.BosResponse
getMetadata
-
-
-
-
方法详细资料
-
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.
-
-