Merge "Add sdnc-a1-controller in build process"
[nonrtric.git] / dashboard / webapp-backend / src / main / java / org / oransc / ric / portal / dashboard / policyagentapi / PolicyAgentApi.java
index ff254d2..25144cd 100644 (file)
@@ -2,7 +2,7 @@
  * ========================LICENSE_START=================================
  * O-RAN-SC
  * %%
- * Copyright (C) 2019 AT&T Intellectual Property
+ * Copyright (C) 2019 Nordix Foundation
  * %%
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -27,9 +27,9 @@ public interface PolicyAgentApi {
 
     public ResponseEntity<String> getPolicyInstancesForType(String type);
 
-    public ResponseEntity<String> getPolicyInstance(String id);
+    public ResponseEntity<Object> getPolicyInstance(String id);
 
-    public ResponseEntity<String> putPolicy(String policyTypeIdString, String policyInstanceId, String json,
+    public ResponseEntity<String> putPolicy(String policyTypeIdString, String policyInstanceId, Object json,
         String ric);
 
     public ResponseEntity<String> deletePolicy(String policyInstanceId);