Remove the default value of check time set.
[msb/apigateway.git] / apiroute / apiroute-service / src / main / java / org / onap / msb / apiroute / api / Node.java
index 3c7bb1a..deb7036 100644 (file)
@@ -38,10 +38,10 @@ public class Node implements Serializable {
     private String checkUrl = "";
 
     // TCP or HTTP health check Interval,Unit: second", example = "10s"
-    private String checkInterval = "10s";
+    private String checkInterval;
 
     // TCP or HTTP health check TimeOut,Unit: second", example = "10s"
-    private String checkTimeOut = "10s";
+    private String checkTimeOut;
 
     private Boolean tls_skip_verify = true;
     /**