Fix Serialized Names of A&AI Subtag 89/36889/1
authordc443y <dc443y@att.com>
Tue, 20 Mar 2018 02:04:50 +0000 (21:04 -0500)
committerdc443y <dc443y@att.com>
Tue, 20 Mar 2018 02:13:56 +0000 (21:13 -0500)
commit6718f2da899b21b4adc7d004a4e592039645d75a
treee7ad2a157d0a0fd20421a9759ef50402d6a4715c
parent4bd2be340326877feb7985f3cc043d5d5aa26f83
Fix Serialized Names of A&AI Subtag

Onset events received from DCAE contain an "AAI" subtag that is
capitalized. The casing of the AAI variable was changed to lower case which was making the gson serializer unable to deserialze a simulated onset event that
matches the casing DCAE uses, which resulted in Policy rejecting the
events because they appear to be missing "AAI".

A serialized name was added to preserve the lower cased variable as
sonar wants but will also allow onsets with capitalized AAI
subtags to be processed by the rules engine.

Issue-ID: POLICY-681
Change-Id: Ia37694f606b3fb0898d6c4dadea7c48c5372e64e
Signed-off-by: dc443y <dc443y@att.com>
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/VirtualControlLoopEvent.java
controlloop/common/model-impl/events/src/main/java/org/onap/policy/controlloop/VirtualControlLoopNotification.java