Add DME integration
[nonrtric/plt/rappmanager.git] / rapp-manager-models / src / main / java / com / oransc / rappmanager / models / rapp / Rapp.java
index 0aac806..a845fac 100755 (executable)
@@ -41,4 +41,5 @@ public class Rapp {
     Map<UUID, RappInstance> rappInstances = new HashMap<>();
 
     UUID compositionId;
+    Boolean isDmeValid;
 }