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.
|
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.
|
String |
toString() |
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 String toString()
toString 在类中 HeaderResponseCopyright © 2021. All rights reserved.