Realize the function of query VIM list.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / entity / aai / CloudRegion.java
index e037177..fe1ea4c 100644 (file)
@@ -17,7 +17,6 @@ package org.onap.aai.esr.entity.aai;
 
 import java.io.Serializable;
 
-import com.fasterxml.jackson.annotation.JsonProperty;
 import com.google.gson.annotations.SerializedName;
 
 public class CloudRegion implements Serializable {
@@ -50,9 +49,6 @@ public class CloudRegion implements Serializable {
   
   @SerializedName("resouce-version")
   private String resouceVersion;
-  
-  @SerializedName("esr-system-info-list")
-  private EsrSystemInfoList esrSystemInfoList;
 
   public String getCloudOwner() {
     return cloudOwner;
@@ -126,12 +122,8 @@ public class CloudRegion implements Serializable {
     this.resouceVersion = resouceVersion;
   }
 
-  public EsrSystemInfoList getEsrSystemInfoList() {
-    return esrSystemInfoList;
-  }
-
-  public void setEsrSystemInfoList(EsrSystemInfoList esrSystemInfoList) {
-    this.esrSystemInfoList = esrSystemInfoList;
+  public static long getSerialversionuid() {
+    return serialVersionUID;
   }
 
 }