public class ResolutionMap
extends java.lang.Object
Constructor and Description |
---|
ResolutionMap() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Anchor> |
getAnchors()
Gets the anchors.
|
ResolutionConfig |
getConfig()
Gets the config.
|
java.util.Map<java.lang.String,java.lang.Object> |
getMetrics()
Gets the metrics.
|
java.util.List<Node> |
getNodes()
Gets the nodes.
|
java.lang.String |
getVersion()
Gets the version.
|
void |
setAnchors(java.util.List<Anchor> anchors)
Sets the anchors.
|
void |
setConfig(ResolutionConfig config)
Sets the config.
|
void |
setMetrics(java.util.Map<java.lang.String,java.lang.Object> metrics)
Sets the metrics.
|
void |
setNodes(java.util.List<Node> nodes)
Sets the nodes.
|
void |
setVersion(java.lang.String version)
Sets the version.
|
public java.util.List<Anchor> getAnchors()
public ResolutionConfig getConfig()
public java.util.Map<java.lang.String,java.lang.Object> getMetrics()
public java.util.List<Node> getNodes()
public java.lang.String getVersion()
public void setAnchors(java.util.List<Anchor> anchors)
anchors
- the new anchorspublic void setConfig(ResolutionConfig config)
config
- the new configpublic void setMetrics(java.util.Map<java.lang.String,java.lang.Object> metrics)
metrics
- the metricspublic void setNodes(java.util.List<Node> nodes)
nodes
- the new nodespublic void setVersion(java.lang.String version)
version
- the new version