Update transportpce-common-types model
[transportpce.git] / renderer / src / main / java / org / opendaylight / transportpce / renderer / provisiondevice / OtnDeviceRendererService.java
index 6f1717a51bb7d491891ca22ee01ed389853f1103..22749d9e0cda3ca80095dff85f9cc8ed5033b4ed 100644 (file)
@@ -7,11 +7,11 @@
  */
 package org.opendaylight.transportpce.renderer.provisiondevice;
 
-import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.renderer.device.rev200128.OtnServicePathInput;
-import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.renderer.device.rev200128.OtnServicePathOutput;
+import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.device.renderer.rev211004.OtnServicePathInput;
+import org.opendaylight.yang.gen.v1.http.org.opendaylight.transportpce.device.renderer.rev211004.OtnServicePathOutput;
 
 public interface OtnDeviceRendererService {
-    OtnServicePathOutput setupOtnServicePath(OtnServicePathInput input);
+    OtnServicePathOutput setupOtnServicePath(OtnServicePathInput input, String serviceType);
 
-    OtnServicePathOutput deleteOtnServicePath(OtnServicePathInput input);
+    OtnServicePathOutput deleteOtnServicePath(OtnServicePathInput input, String serviceType);
 }