Class GetInfoResult

java.lang.Object
io.webfolder.cdp.type.systeminfo.GetInfoResult

public class GetInfoResult extends Object
  • Constructor Details

    • GetInfoResult

      public GetInfoResult()
  • Method Details

    • getGpu

      public GPUInfo getGpu()
      Information about the GPUs on the system.
    • setGpu

      public void setGpu(GPUInfo gpu)
      Information about the GPUs on the system.
    • getModelName

      public 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.
    • setModelName

      public void setModelName(String modelName)
      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

      public 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.
    • setModelVersion

      public void setModelVersion(String modelVersion)
      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

      public String getCommandLine()
      The command line string used to launch the browser. Will be the empty string if not supported.
    • setCommandLine

      public void setCommandLine(String commandLine)
      The command line string used to launch the browser. Will be the empty string if not supported.
    • toString

      public String toString()
      Overrides:
      toString in class Object