Class ExecuteResult

    • Constructor Detail

      • ExecuteResult

        public ExecuteResult()
    • Method Detail

      • getStarted

        public long getStarted()
      • setStarted

        public void setStarted​(long started)
      • getStartedNano

        public long getStartedNano()
      • setStartedNano

        public void setStartedNano​(long startedNano)
      • getFinished

        public long getFinished()
      • setFinished

        public void setFinished​(long finished)
      • getFinishedNano

        public long getFinishedNano()
      • setFinishedNano

        public void setFinishedNano​(long finishedNano)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)