From ce6970a0cd4d00d53f7e13dbf96f6910feeaa3b6 Mon Sep 17 00:00:00 2001 From: hetengjiao Date: Wed, 13 May 2020 12:20:57 +0800 Subject: update DoCreateSliceServiceOption script because the oof inteface modify Issue-ID: SO-2919 Change-Id: Ia8643a701f30ffa491842a3b7e35e18413b8d702 Signed-off-by: hetengjiao --- common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'common/src') 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; } -- cgit 1.2.3-korg