-
public final class SetBlackboxPatternsRequestRequest object containing input parameters for the DebuggerDomain.setBlackboxPatterns command.
-
-
Constructor Summary
Constructors Constructor Description SetBlackboxPatternsRequest(List<String> patterns)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final SetBlackboxPatternsRequestcopy(List<String> patterns)final List<String>getPatterns()Array of regexps that will be used to check script url for blackbox state. -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final SetBlackboxPatternsRequest copy(List<String> patterns)
-
getPatterns
final List<String> getPatterns()
Array of regexps that will be used to check script url for blackbox state.
-
-
-
-