public class Dilemma extends GenericModel
| Constructor and Description | 
|---|
| Dilemma() | 
| Modifier and Type | Method and Description | 
|---|---|
| Problem | getProblem()Gets the problem. | 
| Resolution | getResolution()Gets the resolution. | 
| void | setProblem(Problem problem)Sets the problem. | 
| void | setResolution(Resolution resolution)Sets the resolution. | 
equals, hashCode, toStringpublic Problem getProblem()
public Resolution getResolution()
public void setProblem(Problem problem)
problem - The problempublic void setResolution(Resolution resolution)
resolution - The resolutionCopyright © 2015–2016 IBM Watson. All rights reserved.