Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / RpcServiceTopologyOperationInputEntity.java
index 5b49e11..05eedc7 100644 (file)
@@ -22,9 +22,6 @@ 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 RpcServiceTopologyOperationInputEntity {
     public ServiceTopologyOperationInputEntity getServiceTopologyOperationInputEntity() {
         return serviceTopologyOperationInputEntity;
@@ -34,6 +31,6 @@ public class RpcServiceTopologyOperationInputEntity {
         this.serviceTopologyOperationInputEntity = serviceTopologyOperationInputEntity;
     }
 
-    @JsonProperty("input")
+    @JsonProperty("GENERIC-RESOURCE-API:input")
     private ServiceTopologyOperationInputEntity serviceTopologyOperationInputEntity;
 }