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