-
public final class GetBrowserCommandLineResponseResponse type for the BrowserDomain.getBrowserCommandLine command.
-
-
Constructor Summary
Constructors Constructor Description GetBrowserCommandLineResponse(List<String> arguments)
-
Method Summary
Modifier and Type Method Description final List<String>component1()final GetBrowserCommandLineResponsecopy(List<String> arguments)final List<String>getArguments()Commandline parameters -
-
Method Detail
-
component1
final List<String> component1()
-
copy
final GetBrowserCommandLineResponse copy(List<String> arguments)
-
getArguments
final List<String> getArguments()
Commandline parameters
-
-
-
-