aboutsummaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorhetengjiao <hetengjiao@chinamobile.com>2021-03-19 09:25:28 +0800
committerhetengjiao <hetengjiao@chinamobile.com>2021-03-19 09:27:57 +0800
commit0aa4554468e86d8b2f1d855f608069695febeef7 (patch)
tree0086240c3c5fed0a57a1a1c3a5a1e1012b92daf5 /common
parent10add89694eb04da38e80fd6eb26c369149570ec (diff)
Add resourceShareLevel in tn
Issue-ID: SO-3381 Signed-off-by: hetengjiao <hetengjiao@chinamobile.com> Change-Id: I3d3826615d05272a01e36a4f7001ada24ee3ea61
Diffstat (limited to 'common')
-rw-r--r--common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java b/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
index f904e1c466..50f0e3d8ce 100644
--- a/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
+++ b/common/src/main/java/org/onap/so/beans/nsmf/TnSliceProfile.java
@@ -48,4 +48,7 @@ public class TnSliceProfile implements Serializable {
@JsonProperty(value = "jitter")
private int jitter;
+
+ @JsonProperty(value = "resourceSharingLevel")
+ private ResourceSharingLevel resourceSharingLevel;
}