类 DeleteObjectsResult.DeleteObjectResult
java.lang.Object
com.obs.services.model.DeleteObjectsResult.DeleteObjectResult
-
构造器概要
构造器构造器说明DeleteObjectResult(String objectKey, String version, boolean deleteMarker, String deleteMarkerVersion) -
方法概要
修饰符和类型方法说明Obtain the version ID of the delete marker.Obtain the object name.Obtain the object version ID.booleanCheck whether the deleted object is a delete markervoidsetObjectKey(String objectKey) toString()
-
构造器详细资料
-
DeleteObjectResult
-
-
方法详细资料
-
getObjectKey
-
getVersion
-
isDeleteMarker
public boolean isDeleteMarker()Check whether the deleted object is a delete marker- 返回:
- Identifier specifying whether the object is a delete marker
-
getDeleteMarkerVersion
Obtain the version ID of the delete marker.- 返回:
- Version ID of the delete marker
-
setObjectKey
-
toString
-