com.ibm.optim.oaas.client.job.model.JobFailureInfo.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.257
The newest version!
JobFailureInfo (Java Client for DOcplexcloud 1.0 API)
com.ibm.optim.oaas.client.job.model
Interface JobFailureInfo
-
public interface JobFailureInfo
Detailed information about a job failure, with the type of failure as well as
a message describing the failure.
-
-
Method Summary
Methods
Modifier and Type
Method and Description
String
getMessage()
Gets a message describing the job failure.
JobFailureType
getType()
Gets the job failure type.
-
-
Method Detail
-
getType
JobFailureType getType()
Gets the job failure type.
- Returns:
- The failure type.
-
getMessage
String getMessage()
Gets a message describing the job failure.
- Returns:
- Job failure message.
Copyright © 2015–2017 IBM Corporation. Licensed under the Apache License, Version 2.0.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy