Class TestResult


  • public class TestResult
    extends java.lang.Object
    Result of an ECHO Test.
    • Constructor Summary

      Constructors 
      Constructor Description
      TestResult()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIp()  
      int getPort()  
      boolean isReachable()  
      void setIp​(java.lang.String ip)  
      void setPort​(int port)  
      void setResult​(boolean result)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • setResult

        public void setResult​(boolean result)
      • getIp

        public java.lang.String getIp()
      • setIp

        public void setIp​(java.lang.String ip)
      • setPort

        public void setPort​(int port)