-
public final class EnableResponseResponse type for the DebuggerDomain.enable command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringdebuggerId
-
Constructor Summary
Constructors Constructor Description EnableResponse(String debuggerId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final EnableResponsecopy(String debuggerId)final StringgetDebuggerId()Unique identifier of the debugger. -
-
Constructor Detail
-
EnableResponse
EnableResponse(String debuggerId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final EnableResponse copy(String debuggerId)
-
getDebuggerId
final String getDebuggerId()
Unique identifier of the debugger.
-
-
-
-