public class AppendObjectResult extends HeaderResponse
| 构造器和说明 |
|---|
AppendObjectResult(String bucketName,
String objectKey,
String etag,
long nextPosition,
StorageClassEnum storageClass,
String objectUrl) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the object belongs.
|
com.obs.services.internal.utils.CRC64 |
getClientCalculatedCRC64() |
String |
getEtag()
Obtain the ETag of the appended data.
|
long |
getNextPosition()
Obtain the position from which the next appending starts.
|
String |
getObjectKey()
Obtain the object name.
|
StorageClassEnum |
getObjectStorageClass()
Obtain the object storage class.
|
String |
getObjectUrl()
Obtain the full path to the object.
|
void |
setClientCalculatedCRC64(com.obs.services.internal.utils.CRC64 clientCalculatedCRC64) |
String |
toString() |
getOriginalHeaders, getRequestId, getResponseHeaders, getStatusCodepublic AppendObjectResult(String bucketName, String objectKey, String etag, long nextPosition, StorageClassEnum storageClass, String objectUrl)
public long getNextPosition()
public String getEtag()
public String getBucketName()
public String getObjectKey()
public StorageClassEnum getObjectStorageClass()
public String getObjectUrl()
public com.obs.services.internal.utils.CRC64 getClientCalculatedCRC64()
public void setClientCalculatedCRC64(com.obs.services.internal.utils.CRC64 clientCalculatedCRC64)
public String toString()
toString 在类中 HeaderResponseCopyright © 2024. All rights reserved.