类 AppendObjectResult


public class AppendObjectResult extends HeaderResponse
Response to an appendable upload request
  • 字段详细资料

    • bucketName

      private String bucketName
    • objectKey

      private String objectKey
    • etag

      private String etag
    • nextPosition

      private long nextPosition
    • storageClass

      private StorageClassEnum storageClass
    • objectUrl

      private String objectUrl
  • 构造器详细资料

  • 方法详细资料

    • 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
    • toString

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