Realize the data transaction of VIM.
[aai/esr-server.git] / esr-mgr / src / main / java / org / onap / aai / esr / entity / aai / EsrThirdpartySdnc.java
index a4fad11..ecb8f10 100644 (file)
@@ -23,6 +23,8 @@ public class EsrThirdpartySdnc {
   
   private String productName;
   
+  private String resouceVersion;
+  
   private EsrSystemInfoList esrSystemInfoList;
 
   public String getThirdpartySdncId() {
@@ -56,4 +58,12 @@ public class EsrThirdpartySdnc {
   public void setEsrSystemInfoList(EsrSystemInfoList esrSystemInfoList) {
     this.esrSystemInfoList = esrSystemInfoList;
   }
+
+  public String getResouceVersion() {
+    return resouceVersion;
+  }
+
+  public void setResouceVersion(String resouceVersion) {
+    this.resouceVersion = resouceVersion;
+  }
 }