Class Result

    • Constructor Summary

      Constructors 
      Constructor Description
      Result​(java.lang.Long anExecutionTime)
      Creates a new instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getExecutionTime()  
      • Methods inherited from class java.lang.Object

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

      • Result

        public Result​(java.lang.Long anExecutionTime)
        Creates a new instance.
        Parameters:
        anExecutionTime - the execution time
    • Method Detail

      • getExecutionTime

        public java.lang.Long getExecutionTime()