public class FetchObjectResponse extends BosResponse
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.metadata| Constructor and Description |
|---|
FetchObjectResponse() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getMetadatapublic 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.Copyright © 2023. All rights reserved.