-
public final class CompileScriptResponseResponse type for the RuntimeDomain.compileScript command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringscriptIdprivate final ExceptionDetailsexceptionDetails
-
Constructor Summary
Constructors Constructor Description CompileScriptResponse(String scriptId, ExceptionDetails exceptionDetails)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final ExceptionDetailscomponent2()final CompileScriptResponsecopy(String scriptId, ExceptionDetails exceptionDetails)final StringgetScriptId()Id of the script. final ExceptionDetailsgetExceptionDetails()Exception details. -
-
Constructor Detail
-
CompileScriptResponse
CompileScriptResponse(String scriptId, ExceptionDetails exceptionDetails)
-
-
Method Detail
-
component1
final String component1()
-
component2
final ExceptionDetails component2()
-
copy
final CompileScriptResponse copy(String scriptId, ExceptionDetails exceptionDetails)
-
getScriptId
final String getScriptId()
Id of the script.
-
getExceptionDetails
final ExceptionDetails getExceptionDetails()
Exception details.
-
-
-
-