VES Heartbeat and Software Management Feature
[oam/tr069-adapter.git] / ves-agent / src / main / java / org / commscope / tr069adapter / vesagent / VesConfiguration.java
index 7ec6b66..75e26ae 100644 (file)
@@ -40,6 +40,9 @@ public class VesConfiguration {
   private String unitType;\r
   private String faultEventSourcePrefix;\r
 \r
+  private String requestTimeout;\r
+  private String mapperPath;\r
+\r
   public String getFaultvesCollectorHost() {\r
     return faultvesCollectorHost;\r
   }\r
@@ -161,4 +164,21 @@ public class VesConfiguration {
   public void setPnfRegEventType(String pnfRegEventType) {\r
     this.pnfRegEventType = pnfRegEventType;\r
   }\r
+\r
+  public String getRequestTimeout() {\r
+    return requestTimeout;\r
+  }\r
+\r
+  public void setRequestTimeout(String requestTimeout) {\r
+    this.requestTimeout = requestTimeout;\r
+  }\r
+\r
+  public String getMapperPath() {\r
+    return mapperPath;\r
+  }\r
+\r
+  public void setMapperPath(String mapperPath) {\r
+    this.mapperPath = mapperPath;\r
+  }\r
+\r
 }\r