Class JsExecutionDTO
- java.lang.Object
-
- com.anton.martynenko.jswrapper.jsexecution.JsExecutionDTO
-
public final class JsExecutionDTO extends java.lang.ObjectData transfer object representing immutable thread-safe snapshot ofJsExecutionobject.JsExecutioninstance 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 intgetId()Getter for property 'id'.
-