diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-11-30 06:45:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-11-30 06:45:50 +0000 |
commit | 0c17cd4391745818aac513c4cc5bd2e0252bd7b6 (patch) | |
tree | e9e118b18a3e8217bc1ee5b7649354ccd524fe28 /common/src/main/java/org/onap | |
parent | 852ed20b013ab248ae2bc9c85ba4ad469b6c260c (diff) | |
parent | 89653f270d5bdb4838da25e4a62976b448fdf0af (diff) |
Merge "fixed tn allocate fail problem"
Diffstat (limited to 'common/src/main/java/org/onap')
-rw-r--r-- | common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java b/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java index 8000ca210c..5edeb7e74f 100644 --- a/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java +++ b/common/src/main/java/org/onap/so/beans/nsmf/AnSliceProfile.java @@ -40,10 +40,10 @@ public class AnSliceProfile implements Serializable { @JsonProperty(value = "sliceProfileId", required = true) private String sliceProfileId; - @JsonProperty(value = "sNSSAIList", required = true) + @JsonProperty(value = "snssaiList", required = true) private List<String> sNSSAIList; - @JsonProperty(value = "pLMNIdList", required = true) + @JsonProperty(value = "plmnIdList", required = true) private List<String> pLMNIdList; @JsonProperty(value = "perfReq", required = true) |