public class AppendObjectResult extends HeaderResponse
Constructor and Description |
---|
AppendObjectResult(String bucketName,
String objectKey,
String etag,
long nextPosition,
StorageClassEnum storageClass,
String objectUrl) |
Modifier and Type | Method and Description |
---|---|
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, getStatusCode
public 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
in class HeaderResponse
Copyright © 2019. All rights reserved.