-
public final class RunScriptResponseResponse type for the RuntimeDomain.runScript command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectresultprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description RunScriptResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final ExceptionDetailscomponent2()final RunScriptResponsecopy(RemoteObject result, ExceptionDetails exceptionDetails)final RemoteObjectgetResult()Run result. final ExceptionDetailsgetExceptionDetails()Exception details. -
-
Constructor Detail
-
RunScriptResponse
RunScriptResponse(RemoteObject result, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
component2
final ExceptionDetails component2()
-
copy
final RunScriptResponse copy(RemoteObject result, ExceptionDetails exceptionDetails)
-
getResult
final RemoteObject getResult()
Run result.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details.
-
-
-
-