类 CopyObjectResponseWithExceptionInfo
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bos.model.BosResponse
-
- com.baidubce.services.bos.model.CopyObjectResponse
-
- com.baidubce.services.bos.model.CopyObjectResponseWithExceptionInfo
-
- 所有已实现的接口:
Serializable
public class CopyObjectResponseWithExceptionInfo extends CopyObjectResponse
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 CopyObjectResponseWithExceptionInfo()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCode()Returns the error code which represents the error type.StringgetMessage()Gets the detail error message.StringgetRequestId()Returns the requestID.voidsetCode(String code)Sets the error code which represents the error type;voidsetMessage(String message)Sets the error message.voidsetRequestId(String requestId)Sets the request ID.-
从类继承的方法 com.baidubce.services.bos.model.CopyObjectResponse
getETag, getLastModified, setETag, setLastModified
-
从类继承的方法 com.baidubce.services.bos.model.BosResponse
getMetadata
-
-
-
-
方法详细资料
-
getMessage
public String getMessage()
Gets the detail error message.- 返回:
- the detail error message.
-
setMessage
public void setMessage(String message)
Sets the error message.- 参数:
message- the detail error message.
-
getCode
public String getCode()
Returns the error code which represents the error type.- 返回:
- the bos error code which represents the error type.
-
setCode
public void setCode(String code)
Sets the error code which represents the error type;- 参数:
code- the bos error code which represents the error type.
-
getRequestId
public String getRequestId()
Returns the requestID.- 返回:
- the bos requestID.
-
setRequestId
public void setRequestId(String requestId)
Sets the request ID.- 参数:
requestId- the request ID
-
-