Add PAP Policy Notification classes 65/97065/7
authorJim Hahn <jrh3@att.com>
Mon, 14 Oct 2019 15:34:15 +0000 (11:34 -0400)
committerJim Hahn <jrh3@att.com>
Tue, 15 Oct 2019 13:48:59 +0000 (09:48 -0400)
commitada98e3bfe5906f238a058c4ef056603dd0dbe63
tree17c01f4b7de1f1c4ac33451a111cf4af31d9f0e0
parent0a4dcfbe5612b64be111dee34e7c9e335eba8827
Add PAP Policy Notification classes

Added classes that PAP will use to publish to DMaaP to indicate policy
status changes (i.e., added/removed from PDPs).
Modified serialized name of the policy identified to match other uses
(e.g., PAP REST API calls).
Added policy type, per review comments.

Change-Id: I66131fa9ae0b63081f239e7f402b7fea65c434a5
Issue-ID: POLICY-1841
Signed-off-by: Jim Hahn <jrh3@att.com>
models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyNotification.java [new file with mode: 0644]
models-pap/src/main/java/org/onap/policy/models/pap/concepts/PolicyStatus.java [new file with mode: 0644]
models-pap/src/test/java/org/onap/policy/models/pap/concepts/PolicyNotificationTest.java [new file with mode: 0644]
models-pap/src/test/java/org/onap/policy/models/pap/concepts/PolicyStatusTest.java [new file with mode: 0644]