aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorChuanyu Chen <chenchuanyu@huawei.com>2020-05-13 12:34:34 +0000
committerGerrit Code Review <gerrit@onap.org>2020-05-13 12:34:34 +0000
commit0746d5df51818753e950bf7a18d1d2d5ba583d0a (patch)
tree5c9c4d413b53f45b57035538e785d02b9d07709e /common
parent235d4053ec830eb9dfea3bf3b0113be8ee5643f2 (diff)
parentce6970a0cd4d00d53f7e13dbf96f6910feeaa3b6 (diff)
Merge "update DoCreateSliceServiceOption script because the oof inteface modify"
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java b/common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java
index bf881c0f19..f0857fc458 100644
--- a/common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java
+++ b/common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java
@@ -87,6 +87,13 @@ public class SliceTaskParams implements Serializable {
private String anStatusDescription;
+ public SliceTaskParams() {
+ this.serviceProfile = new HashMap<>();
+ this.sliceProfileAn = new HashMap<>();
+ this.sliceProfileCn = new HashMap<>();
+ this.sliceProfileTn = new HashMap<>();
+ }
+
public String getNstId() {
return nstId;
}