Policy 1707 Second commit
[policy/engine.git] / ECOMP-REST / src / main / java / org / openecomp / policy / rest / adapter / PolicyRestAdapter.java
index c823ec6..2cfacab 100644 (file)
@@ -31,6 +31,14 @@ import org.openecomp.policy.rest.jpa.EcompName;
 
 public class PolicyRestAdapter {
        
+       /*
+        * 
+        * Note : Make Sure if any variables are added in PolicyRestAdapter.java, add them to PolicyElasticData.java file
+        * 
+        * 
+        * */
+               
+       
        //Common
        private Object data;
        private String policyName = null;
@@ -117,6 +125,7 @@ public class PolicyRestAdapter {
        private String actionDictType = null;
        private String actionDictUrl = null;
        private String actionDictMethod = null;
+       private YAMLParams yamlparams; 
        
        //MicroSerice
        private String serviceType = null;
@@ -824,4 +833,10 @@ public class PolicyRestAdapter {
                public void setExistingCLName(String existingCLName) {
                        this.existingCLName = existingCLName;
                }
+               public YAMLParams getYamlparams() {
+                       return yamlparams;
+               }
+               public void setYamlparams(YAMLParams yamlparams) {
+                       this.yamlparams = yamlparams;
+               }
 }