aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorzm330 <zhangminyj@chinamobile.com>2021-03-18 10:04:27 +0800
committerzm330 <zhangminyj@chinamobile.com>2021-03-18 10:04:39 +0800
commit73416d2bebe39643e30c91d0ce5a6f4d3f91ce62 (patch)
tree897569265d6cf061c116771e71575654748fc96b /common
parenta53a1aa617f7ca6c052f4b4a0578b20456ec6d93 (diff)
Add nssiId for AllocateTNNSSI request
Issue-ID: SO-3381 Signed-off-by: zm330 <zhangminyj@chinamobile.com> Change-Id: I14237c3be04c3113f948be18a99b8c903ac19615
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/org/onap/so/beans/nsmf/AllocateTnNssi.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/AllocateTnNssi.java b/common/src/main/java/org/onap/so/beans/nsmf/AllocateTnNssi.java
index 1b0986ca0d..3d25ef1d45 100644
--- a/common/src/main/java/org/onap/so/beans/nsmf/AllocateTnNssi.java
+++ b/common/src/main/java/org/onap/so/beans/nsmf/AllocateTnNssi.java
@@ -39,4 +39,6 @@ public class AllocateTnNssi implements Serializable {
private NsiInfo nsiInfo;
private String scriptName;
+
+ private String nssiId;
}