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.
|
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 subjectCopyright © 2015–2016. All rights reserved.