类 FetchObjectResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.bos.model.BosResponse
-
- com.baidubce.services.bos.model.FetchObjectResponse
-
- 所有已实现的接口:
Serializable
public class FetchObjectResponse extends BosResponse
Contains the data returned by Baidu Bos from theBosClient.fetchObject(FetchObjectRequest fetchObjectRequest)call. This result may be ignored if not needed; otherwise, use this result to access information about the new object created from the fetchObject call.- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 FetchObjectResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetCode()Gets the code of this fetching that was created in the associated FetchObjectRequest.StringgetJobId()Gets the jobId of this fetching that was created in the associated FetchObjectRequest.StringgetMessage()Gets the message of this fetching that was created in the associated FetchObjectRequest.StringgetRequestId()Gets the requestId of this fetching that was created in the associated FetchObjectRequest.voidsetCode(String code)Sets the code of this fetching that was created in the associated FetchObjectRequest.voidsetJobId(String jobId)Sets the jobId of this fetching that was created in the associated FetchObjectRequest.voidsetMessage(String message)Sets the message of this fetching that was created in the associated FetchObjectRequest.voidsetRequestId(String requestId)Sets the requestId of this fetching that was created in the associated FetchObjectRequest.-
从类继承的方法 com.baidubce.services.bos.model.BosResponse
getMetadata
-
-
-
-
方法详细资料
-
getCode
public String getCode()
Gets the code of this fetching that was created in the associated FetchObjectRequest.- 返回:
- The code of the fetch object response.
-
setCode
public void setCode(String code)
Sets the code of this fetching that was created in the associated FetchObjectRequest.- 参数:
code- The code of this fetching that was created in the associated FetchObjectRequest.
-
getMessage
public String getMessage()
Gets the message of this fetching that was created in the associated FetchObjectRequest.- 返回:
- The message of the fetch object response.
-
setMessage
public void setMessage(String message)
Sets the message of this fetching that was created in the associated FetchObjectRequest.- 参数:
message- The message of this fetching that was created in the associated FetchObjectRequest.
-
getRequestId
public String getRequestId()
Gets the requestId of this fetching that was created in the associated FetchObjectRequest.- 返回:
- The requestId of the fetch object response.
-
setRequestId
public void setRequestId(String requestId)
Sets the requestId of this fetching that was created in the associated FetchObjectRequest.- 参数:
requestId- The requestId of this fetching that was created in the associated FetchObjectRequest.
-
getJobId
public String getJobId()
Gets the jobId of this fetching that was created in the associated FetchObjectRequest.- 返回:
- The jobId of the fetch object response.
-
setJobId
public void setJobId(String jobId)
Sets the jobId of this fetching that was created in the associated FetchObjectRequest.- 参数:
jobId- The jobId of this fetching that was created in the associated FetchObjectRequest.
-
-