public class CopyObjectResponseWithExceptionInfo extends CopyObjectResponse
BosResponse.Callbackmetadata| Constructor and Description |
|---|
CopyObjectResponseWithExceptionInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Returns the error code which represents the error type.
|
String |
getMessage()
Gets the detail error message.
|
String |
getRequestId()
Returns the requestID.
|
void |
setCode(String code)
Sets the error code which represents the error type;
|
void |
setMessage(String message)
Sets the error message.
|
void |
setRequestId(String requestId)
Sets the request ID.
|
getETag, getLastModified, setETag, setLastModifiedgetCallback, getMetadata, setCallbackpublic String getMessage()
public void setMessage(String message)
message - the detail error message.public String getCode()
public void setCode(String code)
code - the bos error code which represents the error type.public String getRequestId()
public void setRequestId(String requestId)
requestId - the request IDCopyright © 2024. All rights reserved.