| Package | Description |
|---|---|
| com.ibm.watson.developer_cloud.tradeoff_analytics.v1.model |
Tradeoff Analytics POJOs
|
| Modifier and Type | Method and Description |
|---|---|
Column |
Column.withFullName(String fullName)
With full name.
|
Column |
Column.withGoal(String goal)
With goal.
|
Column |
Column.withIsObjective(boolean isObjective)
With is objective.
|
Column |
Column.withKey(String key)
With key.
|
Column |
Column.withType(String type)
With type.
|
| Modifier and Type | Method and Description |
|---|---|
List<Column> |
Problem.getColumns()
Gets the columns.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Problem.setColumns(List<Column> columns)
Sets the columns.
|
Problem |
Problem.withColumns(List<Column> columns)
With columns.
|
Copyright © 2015. All rights reserved.