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()
获取对象所属的桶名
|
String |
getEtag()
获取本次追加内容的etag校验值
|
long |
getNextPosition()
获取下次追加上传的位置
|
String |
getObjectKey()
获取对象名
|
StorageClassEnum |
getObjectStorageClass()
获取对象的存储类型
|
String |
getObjectUrl()
获取对象的全路径
|
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 © 2021. All rights reserved.