com.ibm.optim.oaas.client.job.JobResponse.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of api_java_client Show documentation
Show all versions of api_java_client Show documentation
Java client API for DOCplexCloud, version 1.0-STABLE-b832
The newest version!
JobResponse (Java Client for DOcplexcloud 1.0 API)
com.ibm.optim.oaas.client.job
Interface JobResponse
-
public interface JobResponse
Interface of a job response to get the job status and result values.
-
-
Method Summary
Methods
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.
-
-
Method Detail
-
getClient
JobClient getClient()
Returns the job client.
- Returns:
- The job client.
-
getData
JobCreationData getData()
Returns The job data used to create and initialize the job.
- Returns:
- The job creation data.
-
getJobId
String getJobId()
Returns The job ID.
- Returns:
- The job ID or
null
if the ID has not yet been
assigned by the server.
-
getJob
Job getJob()
Returns the job description as it was stored when it completed.
If the latest job description must be fetched, then the job client must be used.
- Returns:
- The job.
- See Also:
JobClient.getJob(String)
-
getOutput
List<? extends JobOutput> getOutput()
Returns The list of job result output values.
- Returns:
- The list of job output.
-
getLogOutput
List<? extends JobLogOutput> getLogOutput()
Returns The list of job log output values.
- Returns:
- The list of job log output.
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy