Merge "Remove unneeded param type definition"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / ServiceRequestInputEntity.java
index 576995d..bf88fb9 100644 (file)
@@ -22,15 +22,12 @@ package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.entity
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-/**
- * Created by 10112215 on 2017/9/26.
- */
 public class ServiceRequestInputEntity {
 
-    @JsonProperty("service-instance-name")
+    @JsonProperty("GENERIC-RESOURCE-API:service-instance-name")
     private String serviceInstanceName;
 
-    @JsonProperty("service-input-parameters")
+    @JsonProperty("GENERIC-RESOURCE-API:service-input-parameters")
     private ServiceInputParametersEntity serviceInputParametersEntity;
 
     public String getServiceInstanceName() {