|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.baidubce.model.AbstractBceResponse
com.baidubce.services.bos.model.BosResponse
com.baidubce.services.bos.model.CopyObjectResponse
com.baidubce.services.bos.model.CopyObjectResponseWithExceptionInfo
public class CopyObjectResponseWithExceptionInfo
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
CopyObjectResponseWithExceptionInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class com.baidubce.services.bos.model.CopyObjectResponse |
---|
getETag, getLastModified, setETag, setLastModified |
Methods inherited from class com.baidubce.services.bos.model.BosResponse |
---|
getMetadata |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CopyObjectResponseWithExceptionInfo()
Method Detail |
---|
public 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 ID
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |