public interface JobResponse
| Modifier and Type | Method and Description |
|---|---|
JobClient |
getClient()
Returns the job client.
|
JobCreationData |
getData()
Returns The job data used to create and initialize the job.
|
Job |
getJob()
Returns the job description as it was stored when it completed.
|
String |
getJobId()
Returns The job ID.
|
List<? extends JobLogOutput> |
getLogOutput()
Returns The list of job log output values.
|
List<? extends JobOutput> |
getOutput()
Returns The list of job result output values.
|
JobClient getClient()
JobCreationData getData()
String getJobId()
null if the ID has not yet been
assigned by the server.Job getJob()
JobClient.getJob(String)List<? extends JobOutput> getOutput()
List<? extends JobLogOutput> getLogOutput()
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.