|
||||||||||
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.FetchObjectResponse
public class FetchObjectResponse
Contains the data returned by Baidu Bos from the
BosClient.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.
Field Summary |
---|
Fields inherited from class com.baidubce.model.AbstractBceResponse |
---|
metadata |
Constructor Summary | |
---|---|
FetchObjectResponse()
|
Method Summary | |
---|---|
String |
getCode()
Gets the code of this fetching that was created in the associated FetchObjectRequest. |
String |
getJobId()
Gets the jobId of this fetching that was created in the associated FetchObjectRequest. |
String |
getMessage()
Gets the message of this fetching that was created in the associated FetchObjectRequest. |
String |
getRequestId()
Gets the requestId of this fetching that was created in the associated FetchObjectRequest. |
void |
setCode(String code)
Sets the code of this fetching that was created in the associated FetchObjectRequest. |
void |
setJobId(String jobId)
Sets the jobId of this fetching that was created in the associated FetchObjectRequest. |
void |
setMessage(String message)
Sets the message of this fetching that was created in the associated FetchObjectRequest. |
void |
setRequestId(String requestId)
Sets the requestId of this fetching that was created in the associated FetchObjectRequest. |
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 FetchObjectResponse()
Method Detail |
---|
public String getCode()
public void setCode(String code)
code
- The code of this fetching that was created in the associated FetchObjectRequest.public String getMessage()
public void setMessage(String message)
message
- The message of this fetching that was created in the associated FetchObjectRequest.public String getRequestId()
public void setRequestId(String requestId)
requestId
- The requestId of this fetching that was created in the associated FetchObjectRequest.public String getJobId()
public void setJobId(String jobId)
jobId
- The jobId of this fetching that was created in the associated FetchObjectRequest.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |