-
public final class SetScriptSourceRequestRequest object containing input parameters for the DebuggerDomain.setScriptSource command.
-
-
Constructor Summary
Constructors Constructor Description SetScriptSourceRequest(String scriptId, String scriptSource, Boolean dryRun)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final Booleancomponent3()final SetScriptSourceRequestcopy(String scriptId, String scriptSource, Boolean dryRun)final StringgetScriptId()Id of the script to edit. final StringgetScriptSource()New content of the script. final BooleangetDryRun()If true the change will not actually be applied. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
component3
final Boolean component3()
-
copy
final SetScriptSourceRequest copy(String scriptId, String scriptSource, Boolean dryRun)
-
getScriptId
final String getScriptId()
Id of the script to edit.
-
getScriptSource
final String getScriptSource()
New content of the script.
-
-
-
-