diff options
author | hetengjiao <hetengjiao@chinamobile.com> | 2020-05-13 12:20:57 +0800 |
---|---|---|
committer | HE TENGJIAO <hetengjiao@chinamobile.com> | 2020-05-13 10:27:47 +0000 |
commit | ce6970a0cd4d00d53f7e13dbf96f6910feeaa3b6 (patch) | |
tree | d76633215ba2a12299b3a8ec903eae1fda8636f5 /common | |
parent | 8e6c5e5baf5ae2f68b8f6f86b35f8fe3d64edb86 (diff) |
update DoCreateSliceServiceOption script because the oof inteface modify
Issue-ID: SO-2919
Change-Id: Ia8643a701f30ffa491842a3b7e35e18413b8d702
Signed-off-by: hetengjiao <hetengjiao@chinamobile.com>
Diffstat (limited to 'common')
-rw-r--r-- | common/src/main/java/org/onap/so/beans/nsmf/SliceTaskParams.java | 7 |
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; } |