-
public final class GetInfoResponseResponse type for the SystemInfoDomain.getInfo command.
-
-
Field Summary
Fields Modifier and Type Field Description private final GPUInfogpuprivate final StringmodelNameprivate final StringmodelVersionprivate final StringcommandLine
-
Constructor Summary
Constructors Constructor Description GetInfoResponse(GPUInfo gpu, String modelName, String modelVersion, String commandLine)
-
Method Summary
Modifier and Type Method Description final GPUInfocomponent1()final Stringcomponent2()final Stringcomponent3()final Stringcomponent4()final GetInfoResponsecopy(GPUInfo gpu, String modelName, String modelVersion, String commandLine)final GPUInfogetGpu()Information about the GPUs on the system. final StringgetModelName()A platform-dependent description of the model of the machine. final StringgetModelVersion()A platform-dependent description of the version of the machine. final StringgetCommandLine()The command line string used to launch the browser. -
-
Method Detail
-
component1
final GPUInfo component1()
-
component2
final String component2()
-
component3
final String component3()
-
component4
final String component4()
-
copy
final GetInfoResponse copy(GPUInfo gpu, String modelName, String modelVersion, String commandLine)
-
getModelName
final String 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.
-
getModelVersion
final String 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.
-
getCommandLine
final String getCommandLine()
The command line string used to launch the browser. Will be the empty string if not supported.
-
-
-
-