类 GenericUploadRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.bos.model.GenericBucketRequest
-
- com.baidubce.services.bos.model.GenericObjectRequest
-
- com.baidubce.services.bos.model.GenericUploadRequest
-
- 直接已知子类:
AbortMultipartUploadRequest,CompleteMultipartUploadRequest,ListPartsRequest,UploadPartCopyRequest,UploadPartRequest
public abstract class GenericUploadRequest extends GenericObjectRequest
-
-
字段概要
-
从类继承的字段 com.baidubce.services.bos.model.GenericObjectRequest
trafficLimitBitPS
-
-
构造器概要
构造器 构造器 说明 GenericUploadRequest()GenericUploadRequest(String bucketName, String key, String uploadId)
-
方法概要
所有方法 实例方法 抽象方法 具体方法 修饰符和类型 方法 说明 StringgetUploadId()Returns the ID of the existing, initiated multipart upload with which this new part will be associated.voidsetUploadId(String uploadId)Sets the ID of the existing, initiated multipart upload with which this new part will be associated.abstract GenericUploadRequestwithUploadId(String uploadId)-
从类继承的方法 com.baidubce.services.bos.model.GenericObjectRequest
getKey, setKey, withKey
-
从类继承的方法 com.baidubce.services.bos.model.GenericBucketRequest
getBucketName, setBucketName, withBucketName
-
从类继承的方法 com.baidubce.model.AbstractBceRequest
getRequestCredentials, setRequestCredentials, withRequestCredentials
-
-
-
-
方法详细资料
-
getUploadId
public String getUploadId()
Returns the ID of the existing, initiated multipart upload with which this new part will be associated.- 返回:
- the ID of the existing, initiated multipart upload with which this new part will be associated.
-
setUploadId
public void setUploadId(String uploadId)
Sets the ID of the existing, initiated multipart upload with which this new part will be associated.- 参数:
uploadId- the ID of the existing, initiated multipart upload with which this new part will be associated.
-
withUploadId
public abstract GenericUploadRequest withUploadId(String uploadId)
-
-