Upgraded the latest ONAP SDK
[policy/engine.git] / ONAP-REST / src / main / java / org / onap / policy / rest / adapter / AddressMembers.java
index 14e46f1..e6b993f 100644 (file)
@@ -25,6 +25,7 @@ package org.onap.policy.rest.adapter;
 public class AddressMembers {
    
     protected String type;
+    protected String name;
     protected String value;
     
     public String getType() {
@@ -35,6 +36,14 @@ public class AddressMembers {
         this.type = type;
     }
 
+    public String getName() {
+               return name;
+       }
+
+       public void setName(String name) {
+               this.name = name;
+       }
+       
     public String getValue() {
         return value;
     }