类 AppendObjectResult
java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.AppendObjectResult
-
字段概要
从类继承的字段 com.obs.services.internal.service.InternalHeaderResponse
originalHeaders, responseHeaders, statusCode -
构造器概要
构造器构造器说明AppendObjectResult(String bucketName, String objectKey, String etag, long nextPosition, StorageClassEnum storageClass, String objectUrl) -
方法概要
修饰符和类型方法说明Obtain the name of the bucket to which the object belongs.com.obs.services.internal.utils.CRC64getEtag()Obtain the ETag of the appended data.longObtain the position from which the next appending starts.Obtain the object name.Obtain the object storage class.Obtain the full path to the object.voidsetClientCalculatedCRC64(com.obs.services.internal.utils.CRC64 clientCalculatedCRC64) toString()从类继承的方法 com.obs.services.model.HeaderResponse
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCode从类继承的方法 com.obs.services.internal.service.InternalHeaderResponse
setOriginalHeaders, setResponseHeaders, setStatusCode
-
构造器详细资料
-
AppendObjectResult
public AppendObjectResult(String bucketName, String objectKey, String etag, long nextPosition, StorageClassEnum storageClass, String objectUrl)
-
-
方法详细资料
-
getNextPosition
public long getNextPosition()Obtain the position from which the next appending starts.- 返回:
- Position from which the next appending starts
-
getEtag
-
getBucketName
Obtain the name of the bucket to which the object belongs.- 返回:
- Name of the bucket to which the object belongs
-
getObjectKey
-
getObjectStorageClass
Obtain the object storage class.- 返回:
- Object storage class
-
getObjectUrl
-
getClientCalculatedCRC64
public com.obs.services.internal.utils.CRC64 getClientCalculatedCRC64() -
setClientCalculatedCRC64
public void setClientCalculatedCRC64(com.obs.services.internal.utils.CRC64 clientCalculatedCRC64) -
toString
- 覆盖:
toString在类中HeaderResponse
-