From a1f00c1cf93edb412b7bfeb276dbb76557e6c0a8 Mon Sep 17 00:00:00 2001 From: Jim Hahn Date: Wed, 13 Mar 2019 17:44:51 -0400 Subject: Add policyVersion to Policy model Change-Id: I64a997bbd1f21cb4eef134a1c474f8b5780dceb6 Issue-ID: POLICY-1542 Signed-off-by: Jim Hahn --- pdp-common/src/main/java/org/onap/policy/pdp/common/models/Policy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/pdp-common/src/main/java/org/onap/policy/pdp/common/models/Policy.java b/pdp-common/src/main/java/org/onap/policy/pdp/common/models/Policy.java index 002a777f..7f12a48f 100644 --- a/pdp-common/src/main/java/org/onap/policy/pdp/common/models/Policy.java +++ b/pdp-common/src/main/java/org/onap/policy/pdp/common/models/Policy.java @@ -35,6 +35,7 @@ import lombok.ToString; public class Policy { private String name; + private String policyVersion; private String policyType; private String policyTypeVersion; private String properties; -- cgit 1.2.3-korg