-
public final class SetAsyncCallStackDepthRequestRequest object containing input parameters for the DebuggerDomain.setAsyncCallStackDepth command.
-
-
Constructor Summary
Constructors Constructor Description SetAsyncCallStackDepthRequest(Integer maxDepth)
-
Method Summary
Modifier and Type Method Description final Integercomponent1()final SetAsyncCallStackDepthRequestcopy(Integer maxDepth)final IntegergetMaxDepth()Maximum depth of async call stacks. -
-
Constructor Detail
-
SetAsyncCallStackDepthRequest
SetAsyncCallStackDepthRequest(Integer maxDepth)
-
-
Method Detail
-
component1
final Integer component1()
-
copy
final SetAsyncCallStackDepthRequest copy(Integer maxDepth)
-
getMaxDepth
final Integer getMaxDepth()
Maximum depth of async call stacks. Setting to
0will effectively disable collecting async call stacks (default).
-
-
-
-