X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=bpmn%2FMSOInfrastructureBPMN%2Fsrc%2Fmain%2Fjava%2Forg%2Fopenecomp%2Fmso%2Fbpmn%2Finfrastructure%2Fworkflow%2FserviceTask%2Fclient%2Fentity%2FNetworkInputPaarametersEntity.java;h=e455bdb4c8d393d029f12f569d3572577119e0e3;hb=8ded63b7caa73c8e3e4238b10ffc361ad5ca5128;hp=b45a21d3ac838150c44d5729a3152efedb8afd34;hpb=936074964d2c3d201d79cc1786426ca87df42b59;p=so.git diff --git a/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/entity/NetworkInputPaarametersEntity.java b/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/entity/NetworkInputPaarametersEntity.java index b45a21d3ac..e455bdb4c8 100644 --- a/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/entity/NetworkInputPaarametersEntity.java +++ b/bpmn/MSOInfrastructureBPMN/src/main/java/org/openecomp/mso/bpmn/infrastructure/workflow/serviceTask/client/entity/NetworkInputPaarametersEntity.java @@ -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 getParamList() { return paramList; @@ -36,6 +33,6 @@ public class NetworkInputPaarametersEntity { this.paramList = paramList; } - @JsonProperty("param") + @JsonProperty("GENERIC-RESOURCE-API:param") private List paramList; }