GetJobResponse |
GetJobResponse.setEndpoint(String endpoint) |
The endpoint which is being executed asynchronously.
|
GetJobResponse |
GetJobResponse.setInfo(Map<String,String> info) |
Additional information.
|
GetJobResponse |
GetJobResponse.setJobResponse(ByteBuffer jobResponse) |
The binary-encoded response of the job.
|
GetJobResponse |
GetJobResponse.setJobResponseStr(String jobResponseStr) |
The json-encoded response of the job.
|
GetJobResponse |
GetJobResponse.setJobStatus(String jobStatus) |
Status of the submitted job.
|
GetJobResponse |
GetJobResponse.setProgress(int progress) |
Approximate percentage of the job completed.
|
GetJobResponse |
GetJobResponse.setResponseEncoding(String responseEncoding) |
|
GetJobResponse |
GetJobResponse.setRunning(boolean running) |
True if the end point is still executing.
|
GetJobResponse |
GetJobResponse.setStatusMap(Map<String,String> statusMap) |
Map of various status strings for the executed job.
|
GetJobResponse |
GetJobResponse.setSuccessful(boolean successful) |
True if the job execution completed and no errors were encountered.
|