public static class DeleteObjectsResult.ErrorObject extends Object
Modifier and Type | Field and Description |
---|---|
String |
mCode |
String |
mKey |
String |
mMessage |
String |
mVersionId |
Constructor and Description |
---|
ErrorObject()
Constructs a
DeleteObjectsResult.ErrorObject . |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getKey() |
String |
getMessage() |
String |
getVersionId() |
void |
setCode(String code)
Sets the code of this result.
|
void |
setKey(String key)
Sets the key of error object.
|
void |
setMessage(String message)
Sets the error message of this result.
|
void |
setVersionId(String versionId)
Sets the version id.
|
public String mKey
public String mCode
public String mMessage
public String mVersionId
public ErrorObject()
DeleteObjectsResult.ErrorObject
.public String getKey()
public String getCode()
public String getMessage()
public String getVersionId()
public void setKey(String key)
key
- the key of objectpublic void setCode(String code)
code
- the codepublic void setMessage(String message)
message
- public void setVersionId(String versionId)
versionId
- Copyright © 2023. All Rights Reserved.