-
public final class SnapshotCommandLogResponseResponse type for the LayerTreeDomain.snapshotCommandLog command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<JsonElement>commandLog
-
Constructor Summary
Constructors Constructor Description SnapshotCommandLogResponse(List<JsonElement> commandLog)
-
Method Summary
Modifier and Type Method Description final List<JsonElement>component1()final SnapshotCommandLogResponsecopy(List<JsonElement> commandLog)final List<JsonElement>getCommandLog()The array of canvas function calls. -
-
Constructor Detail
-
SnapshotCommandLogResponse
SnapshotCommandLogResponse(List<JsonElement> commandLog)
-
-
Method Detail
-
component1
final List<JsonElement> component1()
-
copy
final SnapshotCommandLogResponse copy(List<JsonElement> commandLog)
-
getCommandLog
final List<JsonElement> getCommandLog()
The array of canvas function calls.
-
-
-
-