Add module name to cps core output
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / model / DataNode.java
index 43aa06b..d80306b 100644 (file)
@@ -42,6 +42,7 @@ public class DataNode {
     private String anchorName;
     private ModuleReference moduleReference;
     private String xpath;
+    private String moduleNamePrefix;
     private Map<String, Object> leaves = Collections.emptyMap();
     private Collection<String> xpathsChildren;
     private Collection<DataNode> childDataNodes = Collections.emptySet();