public class ResolutionMap extends Object
| Constructor and Description | 
|---|
| ResolutionMap() | 
| Modifier and Type | Method and Description | 
|---|---|
| List<Anchor> | getAnchors()Gets the anchors. | 
| ResolutionConfig | getConfig()Gets the config. | 
| Map<String,Object> | getMetrics()Gets the metrics. | 
| List<Node> | getNodes()Gets the nodes. | 
| String | getVersion()Gets the version. | 
| void | setAnchors(List<Anchor> anchors)Sets the anchors. | 
| void | setConfig(ResolutionConfig config)Sets the config. | 
| void | setMetrics(Map<String,Object> metrics)Sets the metrics. | 
| void | setNodes(List<Node> nodes)Sets the nodes. | 
| void | setVersion(String version)Sets the version. | 
public ResolutionConfig getConfig()
public String getVersion()
public void setAnchors(List<Anchor> anchors)
anchors - the new anchorspublic void setConfig(ResolutionConfig config)
config - the new configpublic void setMetrics(Map<String,Object> metrics)
metrics - the metricspublic void setVersion(String version)
version - the new versionCopyright © 2015–2016 IBM Watson. All rights reserved.