public class Info extends Object
| Constructor and Description |
|---|
Info() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCommandLine()
The command line string used to launch the browser.
|
GPUInfo |
getGpu()
Information about the GPUs on the system.
|
String |
getModelName()
A platform-dependent description of the model of the machine.
|
String |
getModelVersion()
A platform-dependent description of the version of the machine.
|
void |
setCommandLine(String commandLine)
The command line string used to launch the browser.
|
void |
setGpu(GPUInfo gpu)
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.
|
public GPUInfo getGpu()
public void setGpu(GPUInfo gpu)
public String getModelName()
public void setModelName(String modelName)
public String getModelVersion()
public void setModelVersion(String modelVersion)
public String getCommandLine()
public void setCommandLine(String commandLine)
Copyright © 2020. All rights reserved.