Package oshi.hardware

Interface Baseboard

All Known Implementing Classes:
AbstractBaseboard, UnixBaseboard

@Immutable public interface Baseboard
The Baseboard represents the system board, also called motherboard, logic board, etc.
  • Method Details

    • getManufacturer

      String getManufacturer()
      Get the baseboard manufacturer.
      Returns:
      The manufacturer.
    • getModel

      String getModel()
      Get the baseboard model.
      Returns:
      The model.
    • getVersion

      String getVersion()
      Get the baseboard version.
      Returns:
      The version.
    • getSerialNumber

      String getSerialNumber()
      Get the baseboard serial number.
      Returns:
      The serial number.