Changed the serialized name of policy notifications 63/97563/1
authorJim Hahn <jrh3@att.com>
Thu, 24 Oct 2019 15:50:42 +0000 (11:50 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 24 Oct 2019 15:50:42 +0000 (11:50 -0400)
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 <jrh3@att.com>
models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java

index 56d6c69..2da4c3c 100644 (file)
@@ -31,7 +31,7 @@ public class PolicyStatus {
     @SerializedName("policy-type")
     private ToscaPolicyTypeIdentifier policyType;
 
-    @SerializedName("policy")
+    @SerializedName("policy-id")
     private ToscaPolicyIdentifier policy;
 
     /**