Class JsExecutionDTO


  • public final class JsExecutionDTO
    extends java.lang.Object
    Data transfer object representing immutable thread-safe snapshot of JsExecution object. JsExecution instance is runnable and mutable. It could be mutated by itself or from quering code. So when we want to serialize some state into json object we need to have snapshot, fixating consistent state of JsExecution
    Since:
    1.2
    Author:
    Martynenko Anton
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getId()
      Getter for property 'id'.
      • Methods inherited from class java.lang.Object

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

      • getId

        public int getId()
        Getter for property 'id'.
        Returns:
        Value for property 'id'.