VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / netconf-server / src / main / java / org / commscope / tr069adapter / netconf / config / NetConfServerProperties.java
index 738f4a9..e1f6efb 100644 (file)
@@ -32,10 +32,10 @@ public class NetConfServerProperties {
   private String mapperPath;\r
   private String netconfServerRestPort;\r
   private String netconfServersStartPort;\r
-  private String netconfServersEndPort;\r
   private String maxNumOfNetconfServers;\r
   private String netconfServerIP;\r
   private String schemaDirPath;\r
+  private String vesURI;\r
 \r
   public String getRequestTimeOut() {\r
     return requestTimeOut;\r
@@ -77,14 +77,6 @@ public class NetConfServerProperties {
     this.netconfServersStartPort = netconfServersStartPort;\r
   }\r
 \r
-  public String getNetconfServersEndPort() {\r
-    return netconfServersEndPort;\r
-  }\r
-\r
-  public void setNetconfServersEndPort(String netconfServersEndPort) {\r
-    this.netconfServersEndPort = netconfServersEndPort;\r
-  }\r
-\r
   public Integer getDefaultNetconfStartPort() {\r
     return defaultNetconfStartPort;\r
   }\r
@@ -117,4 +109,11 @@ public class NetConfServerProperties {
     this.schemaDirPath = schemaDirPath;\r
   }\r
 \r
+  public String getVesURI() {\r
+    return vesURI;\r
+  }\r
+\r
+  public void setVesURI(String vesURI) {\r
+    this.vesURI = vesURI;\r
+  }\r
 }\r