Revert some UUID variable names 47/103647/2
authorJim Hahn <jrh3@att.com>
Thu, 12 Mar 2020 22:55:21 +0000 (18:55 -0400)
committerJim Hahn <jrh3@att.com>
Thu, 12 Mar 2020 23:36:44 +0000 (19:36 -0400)
commit309c49634bf9fcb53458d3e5f07684cb7bfbdd6f
treec3d020e98b3ea052f34588a036310ecf0c7032f9
parent77c21cec25d98cf5832acfab38a532006c639669
Revert some UUID variable names

Unfortunately, some code uses "new Yaml(...)" to decode policies and
"Yaml" doesn't understand GSON annotations.  As a result, this means
that the field names must match the serialized name, thus they must
continue to end with "UUID" instead of "Uuid".

Issue-ID: POLICY-1910
Signed-off-by: Jim Hahn <jrh3@att.com>
Change-Id: I97c2f5c7e59b758b13a1dbcceed709b2e2e064a2
models-interactions/model-impl/sdc/src/main/java/org/onap/policy/sdc/Service.java
models-interactions/model-impl/sdc/src/main/java/org/onap/policy/sdc/ServiceInstance.java
models-interactions/model-impl/sdc/src/test/java/org/onap/policy/sdc/ServiceInstanceTest.java
models-interactions/model-impl/sdc/src/test/java/org/onap/policy/sdc/ServiceTest.java
models-interactions/model-yaml/src/main/java/org/onap/policy/controlloop/policy/builder/impl/ControlLoopPolicyBuilderImpl.java