-
public final class CreateIsolatedWorldResponseResponse type for the PageDomain.createIsolatedWorld command.
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerexecutionContextId
-
Constructor Summary
Constructors Constructor Description CreateIsolatedWorldResponse(Integer executionContextId)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final CreateIsolatedWorldResponsecopy(Integer executionContextId)final IntegergetExecutionContextId()Execution context of the isolated world. -
-
Constructor Detail
-
CreateIsolatedWorldResponse
CreateIsolatedWorldResponse(Integer executionContextId)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final CreateIsolatedWorldResponse copy(Integer executionContextId)
-
getExecutionContextId
final Integer getExecutionContextId()
Execution context of the isolated world.
-
-
-
-