类 DeleteObjectResult

java.lang.Object
com.obs.services.internal.service.InternalHeaderResponse
com.obs.services.model.HeaderResponse
com.obs.services.model.DeleteObjectResult
直接已知子类:
DropFileResult

public class DeleteObjectResult extends HeaderResponse
Response to an object deletion request
  • 构造器详细资料

    • DeleteObjectResult

      public DeleteObjectResult(boolean deleteMarker, String versionId)
    • DeleteObjectResult

      public DeleteObjectResult(boolean deleteMarker, String objectKey, String versionId)
  • 方法详细资料

    • isDeleteMarker

      public boolean isDeleteMarker()
      Check whether a versioning object has been deleted.
      返回:
      Identifier indicating whether the versioning object has been deleted
    • getVersionId

      public String getVersionId()
      Obtain the version ID of the deleted object.
      返回:
      Version ID of the object
    • getObjectKey

      public String getObjectKey()
      Obtain the name of the deleted object.
      返回:
      Object name
    • toString

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