Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / ServiceInputParametersEntity.java
index 038c50c..f708aa6 100644 (file)
@@ -24,9 +24,6 @@ import com.fasterxml.jackson.annotation.JsonProperty;
 
 import java.util.List;
 
-/**
- * Created by 10112215 on 2017/9/26.
- */
 public class ServiceInputParametersEntity {
     public List<ParamEntity> getParamList() {
         return paramList;
@@ -36,6 +33,6 @@ public class ServiceInputParametersEntity {
         this.paramList = paramList;
     }
 
-    @JsonProperty("param")
+    @JsonProperty("GENERIC-RESOURCE-API:param")
     private List<ParamEntity> paramList;
 }