3ea8c16c0312035db26689ba70e1ad824b554f97
[sandbox-vid.git] /
1 package org.opencomp.simulator.presetGenerator.presets.mso;
2
3 import org.opencomp.simulator.presetGenerator.presets.BasePresets.BaseMSOPresetServiceInstanceOperationsPost;
4
5 /**
6  * Created by itzikliderman on 13/12/2017.
7  */
8 public class PresetActivateServiceInstancePost extends BaseMSOPresetServiceInstanceOperationsPost {
9     public String getReqPath() {
10         return getRootPath() + "/activate";
11     }
12 }