Merge "Reorder modifiers"
[so.git] / bpmn / MSOInfrastructureBPMN / src / main / java / org / openecomp / mso / bpmn / infrastructure / workflow / serviceTask / client / entity / NetworkInformationEntity.java
index 02ac682..ce92e31 100644 (file)
@@ -22,17 +22,14 @@ package org.openecomp.mso.bpmn.infrastructure.workflow.serviceTask.client.entity
 
 import com.fasterxml.jackson.annotation.JsonProperty;
 
-/**
- * Created by 10112215 on 2017/9/20.
- */
 public class NetworkInformationEntity {
-    @JsonProperty("network-id")
+    @JsonProperty("GENERIC-RESOURCE-API:network-id")
     private String networkId;
 
-    @JsonProperty("network-type")
+    @JsonProperty("GENERIC-RESOURCE-API:network-type")
     private String networkType;
 
-    @JsonProperty("onap-model-information")
+    @JsonProperty("GENERIC-RESOURCE-API:onap-model-information")
     private OnapModelInformationEntity onapModelInformation;
 
     public String getNetworkId() {