Add attributes to Decision Response 11/122711/1
authorDragosh, Pamela (pd1248) <pd1248@att.com>
Mon, 19 Jul 2021 15:10:22 +0000 (11:10 -0400)
committerDragosh, Pamela (pd1248) <pd1248@att.com>
Mon, 19 Jul 2021 15:10:27 +0000 (11:10 -0400)
In order to support returning specific attributes, this field will
be needed.

Issue-ID: POLICY-2865
Change-Id: I9901e89abeb2fd375d6e218d4d39e736ff8829da
Signed-off-by: Dragosh, Pamela (pd1248) <pd1248@att.com>
models-decisions/src/main/java/org/onap/policy/models/decisions/concepts/DecisionResponse.java

index 3aa6d97..caef400 100644 (file)
@@ -36,4 +36,5 @@ public class DecisionResponse {
     private Map<String, Object> advice;
     private Map<String, Object> obligations;
     private Map<String, Object> policies;
+    private Map<String, Object> attributes;
 }