Creation of DataNodeBuilder with module name prefix is very slow
[cps.git] / cps-service / src / main / java / org / onap / cps / spi / model / DataNode.java
index c77daaf..19d5ade 100644 (file)
@@ -45,6 +45,7 @@ public class DataNode implements Serializable {
     private String anchorName;
     private ModuleReference moduleReference;
     private String xpath;
+    @Setter(AccessLevel.PUBLIC)
     private String moduleNamePrefix;
     private Map<String, Object> leaves = Collections.emptyMap();
     private Collection<String> xpathsChildren;