From: Jim Hahn Date: Thu, 24 Oct 2019 15:50:42 +0000 (-0400) Subject: Changed the serialized name of policy notifications X-Git-Tag: 2.2.0~43 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7ac11a6c6d90f1525fe55db998123f9f4e4a6f1f;p=policy%2Fmodels.git Changed the serialized name of policy notifications Changed the serialized name of the policy identifier from "policy" to "policy-id". Change-Id: I7188b65428728b65fef38c70e9fae99202ab0eea Issue-ID: POLICY-1841 Signed-off-by: Jim Hahn --- diff --git a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java index 56d6c6909..2da4c3c68 100644 --- a/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java +++ b/models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java @@ -31,7 +31,7 @@ public class PolicyStatus { @SerializedName("policy-type") private ToscaPolicyTypeIdentifier policyType; - @SerializedName("policy") + @SerializedName("policy-id") private ToscaPolicyIdentifier policy; /**