public class Resolution extends GenericModel
Resolution
used by the TradeoffAnalytics
V1 service.Constructor and Description |
---|
Resolution() |
Modifier and Type | Method and Description |
---|---|
ResolutionMap |
getMap()
Gets the map.
|
PreferableSolutions |
getPreferableSolutions()
Gets the preferable solutions.
|
java.util.List<Solution> |
getSolutions()
Gets the solutions.
|
void |
setMap(ResolutionMap map)
Sets the map.
|
void |
setPreferableSolutions(PreferableSolutions solutions)
Sets the preferable solutions.
|
void |
setSolutions(java.util.List<Solution> solutions)
Sets the solutions.
|
equals, hashCode, toString
public ResolutionMap getMap()
public java.util.List<Solution> getSolutions()
public PreferableSolutions getPreferableSolutions()
public void setMap(ResolutionMap map)
map
- the new mappublic void setSolutions(java.util.List<Solution> solutions)
solutions
- The solutionspublic void setPreferableSolutions(PreferableSolutions solutions)
solutions
- The preferable solutions