Package io.webfolder.cdp.type.systeminfo
Class GetInfoResult
java.lang.Object
io.webfolder.cdp.type.systeminfo.GetInfoResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe command line string used to launch the browser.getGpu()
Information about the GPUs on the system.A platform-dependent description of the model of the machine.A platform-dependent description of the version of the machine.void
setCommandLine
(String commandLine) The command line string used to launch the browser.void
Information about the GPUs on the system.void
setModelName
(String modelName) A platform-dependent description of the model of the machine.void
setModelVersion
(String modelVersion) A platform-dependent description of the version of the machine.toString()
-
Constructor Details
-
GetInfoResult
public GetInfoResult()
-
-
Method Details
-
getGpu
Information about the GPUs on the system. -
setGpu
Information about the GPUs on the system. -
getModelName
A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported. -
setModelName
A platform-dependent description of the model of the machine. On Mac OS, this is, for example, 'MacBookPro'. Will be the empty string if not supported. -
getModelVersion
A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported. -
setModelVersion
A platform-dependent description of the version of the machine. On Mac OS, this is, for example, '10.1'. Will be the empty string if not supported. -
getCommandLine
The command line string used to launch the browser. Will be the empty string if not supported. -
setCommandLine
The command line string used to launch the browser. Will be the empty string if not supported. -
toString
-