类 DeleteObjectsResult.DeleteObjectResult

java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.DeleteObjectsResult.DeleteObjectResult
封闭类:
DeleteObjectsResult

public static class DeleteObjectsResult.DeleteObjectResult extends Object
Results returned if the deletion succeeds
  • 字段详细资料

    • objectKey

      private String objectKey
    • version

      private String version
    • deleteMarker

      private boolean deleteMarker
    • deleteMarkerVersion

      private String deleteMarkerVersion
  • 构造器详细资料

    • DeleteObjectResult

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

    • getObjectKey

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

      public String getVersion()
      Obtain the object version ID.
      返回:
      Version ID of the object
    • isDeleteMarker

      public boolean isDeleteMarker()
      Check whether the deleted object is a delete marker
      返回:
      Identifier specifying whether the object is a delete marker
    • getDeleteMarkerVersion

      public String getDeleteMarkerVersion()
      Obtain the version ID of the delete marker.
      返回:
      Version ID of the delete marker
    • setObjectKey

      public void setObjectKey(String objectKey)
    • toString

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