aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java')
-rw-r--r--vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java11
1 files changed, 11 insertions, 0 deletions
diff --git a/vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java b/vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
index 9ac0836a5..e55ba4a4e 100644
--- a/vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
+++ b/vid-app-common/src/main/java/org/onap/vid/model/NewServiceModel.java
@@ -67,6 +67,9 @@ public class NewServiceModel {
private Map<String, Node> pnfs;
+ private Map<String, CR> collectionResource;
+
+
/**
* Instantiates a new service model.
*/
@@ -178,6 +181,14 @@ public class NewServiceModel {
this.pnfs = pnfs;
}
+ public Map<String, CR> getCollectionResource() {
+ return collectionResource;
+ }
+
+ public void setCollectionResource(Map<String, CR> collectionResource) {
+ this.collectionResource = collectionResource;
+ }
+
/**
* Extract service.
*