类 DeleteObjectsResult.ErrorResult
java.lang.Object
com.obs.services.model.DeleteObjectsResult.ErrorResult
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Error code returned after a deletion failureObtain the error description returned after a deletion failure.Obtain the name of the object that fails to be deleted.Obtain the version ID of the object that fails to be deleted.voidsetObjectKey(String objectKey) toString()
-
构造器详细资料
-
ErrorResult
Constructor- 参数:
objectKey- Name of the object that fails to be deletedversion- Version ID of the object that fails to be deletederrorCode- Error code returned after a deletion failuremessage- Error information returned after a deletion failure
-
-
方法详细资料
-
getObjectKey
Obtain the name of the object that fails to be deleted.- 返回:
- Name of the object that fails to be deleted
-
getVersion
Obtain the version ID of the object that fails to be deleted.- 返回:
- Version ID of the object that fails to be deleted
-
getErrorCode
Error code returned after a deletion failure- 返回:
- Error code returned after a deletion failure
-
getMessage
Obtain the error description returned after a deletion failure.- 返回:
- Error information returned after a deletion failure
-
setObjectKey
-
toString
-