public class Problem extends GenericModel
TradeoffAnalytics V1 service| Constructor and Description | 
|---|
| Problem()Instantiates a new problem. | 
| Problem(String subject)Instantiates a new problem. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Column> | getColumns()Gets the columns. | 
| List<Option> | getOptions()Gets the options. | 
| String | getSubject()Gets the subject. | 
| void | setColumns(List<Column> columns)Sets the columns. | 
| void | setOptions(List<Option> options)Sets the options. | 
| void | setSubject(String subject)Sets the subject. | 
| Problem | withColumns(List<Column> columns)With columns. | 
| Problem | withOptions(List<Option> options)With options. | 
| Problem | withSubject(String subject)With subject. | 
equals, hashCode, toStringpublic Problem()
public Problem(String subject)
subject - the subjectpublic String getSubject()
public void setColumns(List<Column> columns)
columns - The columnspublic void setOptions(List<Option> options)
options - The optionspublic void setSubject(String subject)
subject - The subjectpublic Problem withColumns(List<Column> columns)
columns - the columnspublic Problem withOptions(List<Option> options)
options - the optionsCopyright © 2015–2016. All rights reserved.