-
public final class SetAttachDebugStackRequestRequest object containing input parameters for the NetworkDomain.setAttachDebugStack command.
-
-
Constructor Summary
Constructors Constructor Description SetAttachDebugStackRequest(Boolean enabled)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final SetAttachDebugStackRequestcopy(Boolean enabled)final BooleangetEnabled()Whether to attach a page script stack for debugging purpose. -
-
Constructor Detail
-
SetAttachDebugStackRequest
SetAttachDebugStackRequest(Boolean enabled)
-
-
Method Detail
-
component1
final Boolean component1()
-
copy
final SetAttachDebugStackRequest copy(Boolean enabled)
-
getEnabled
final Boolean getEnabled()
Whether to attach a page script stack for debugging purpose.
-
-
-
-