类 PutObjectResult

直接已知子类:
ObsFSFolder

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

    • bucketName

      private String bucketName
    • objectKey

      private String objectKey
    • etag

      private String etag
    • versionId

      private String versionId
    • storageClass

      private StorageClassEnum storageClass
    • objectUrl

      private String objectUrl
    • callbackResponseBody

      private InputStream callbackResponseBody
  • 构造器详细资料

  • 方法详细资料

    • getEtag

      public String getEtag()
      Obtain the ETag of the object.
      返回:
      ETag of the object
    • 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
    • getVersionId

      public String getVersionId()
      Obtain the object version ID.
      返回:
      Version ID of the object
    • 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
    • getCallbackResponseBody

      public InputStream getCallbackResponseBody()
    • setCallbackResponseBody

      public void setCallbackResponseBody(InputStream callbackResponseBody)
    • toString

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