Class JsExecutionDTO
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.JsExecutionDTO
-
public final class JsExecutionDTO extends java.lang.Object
Data transfer object representing immutable thread-safe snapshot ofJsExecution
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 ofJsExecution
- 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'.
-