类 AppendObjectResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.AppendObjectResult

public class AppendObjectResult extends HeaderResponse
Response to an appendable upload request
  • 构造器详细资料

  • 方法详细资料

    • getNextPosition

      public long getNextPosition()
      Obtain the position from which the next appending starts.
      返回:
      Position from which the next appending starts
    • getEtag

      public String getEtag()
      Obtain the ETag of the appended data.
      返回:
      ETag of the appended data
    • getBucketName

      public String getBucketName()
      Obtain the name of the bucket to which the object belongs.
      返回:
      Name of the bucket to which the object belongs
    • getObjectKey

      public String getObjectKey()
      Obtain the object name.
      返回:
      Object name
    • getObjectStorageClass

      public StorageClassEnum getObjectStorageClass()
      Obtain the object storage class.
      返回:
      Object storage class
    • getObjectUrl

      public String getObjectUrl()
      Obtain the full path to the object.
      返回:
      Full path to the object
    • getClientCalculatedCRC64

      public com.obs.services.internal.utils.CRC64 getClientCalculatedCRC64()
    • setClientCalculatedCRC64

      public void setClientCalculatedCRC64(com.obs.services.internal.utils.CRC64 clientCalculatedCRC64)
    • toString

      public String toString()
      覆盖:
      toString 在类中 HeaderResponse