-
public final class GetBrowserContextsResponseResponse type for the TargetDomain.getBrowserContexts command.
-
-
Field Summary
Fields Modifier and Type Field Description private final List<String>browserContextIds
-
Constructor Summary
Constructors Constructor Description GetBrowserContextsResponse(List<String> browserContextIds)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final GetBrowserContextsResponsecopy(List<String> browserContextIds)final List<String>getBrowserContextIds()An array of browser context ids. -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final GetBrowserContextsResponse copy(List<String> browserContextIds)
-
getBrowserContextIds
final List<String> getBrowserContextIds()
An array of browser context ids.
-
-
-
-