类 AppendObjectRequest
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.BaseObjectRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectBasicRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectRequest
cn.warpin.thirdPart.huawei.obs.obs.services.model.AppendObjectRequest
- 直接已知子类:
ModifyObjectRequest,WriteFileRequest
Parameters in an appendable upload request
-
字段概要
字段从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectRequest
expires, file, input, metadata, offset从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectBasicRequest
acl, extensionPermissionMap, sseCHeader, sseKmsHeader, successRedirectLocation从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.BaseObjectRequest
encodeHeaders, isIgnorePort, objectKey从类继承的字段 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
bucketName, httpMethod, userHeaders -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明longObtain the position where data is to be appended.voidsetPosition(long position) Set the position where the data is to be appended.从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectRequest
getCallback, getExpires, getFile, getInput, getMetadata, getOffset, getProgressInterval, getProgressListener, isAutoClose, setAutoClose, setCallback, setExpires, setFile, setInput, setMetadata, setOffset, setProgressInterval, setProgressListener, toString从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.PutObjectBasicRequest
getAcl, getAllGrantPermissions, getDomainIdsByGrantPermission, getExtensionPermissionMap, getGrantPermissionsByDomainId, getSseCHeader, getSseKmsHeader, getSuccessRedirectLocation, grantExtensionPermission, setAcl, setExtensionPermissionMap, setSseCHeader, setSseKmsHeader, setSuccessRedirectLocation, withdrawExtensionPermission, withdrawExtensionPermissions从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.BaseObjectRequest
getIsIgnorePort, getObjectKey, isEncodeHeaders, setIsEncodeHeaders, setIsIgnorePort, setObjectKey从类继承的方法 cn.warpin.thirdPart.huawei.obs.obs.services.model.GenericRequest
addUserHeaders, getBucketName, getHttpMethod, getUserHeaders, isRequesterPays, setBucketName, setRequesterPays, setUserHeaders
-
字段详细资料
-
position
protected long position
-
-
构造器详细资料
-
AppendObjectRequest
public AppendObjectRequest() -
AppendObjectRequest
-
-
方法详细资料
-
getPosition
public long getPosition()Obtain the position where data is to be appended.- 返回:
- Location where the data is to be appended
-
setPosition
public void setPosition(long position) Set the position where the data is to be appended.- 参数:
position- Location where the data is to be appended
-