java.lang.Object
oshi.hardware.common.AbstractBaseboard
oshi.hardware.platform.unix.UnixBaseboard
- All Implemented Interfaces:
Baseboard
Baseboard data obtained by a calling class
-
Constructor Summary
ConstructorDescriptionUnixBaseboard
(String manufacturer, String model, String serialNumber, String version) -
Method Summary
Modifier and TypeMethodDescriptionGet the baseboard manufacturer.getModel()
Get the baseboard model.Get the baseboard serial number.Get the baseboard version.Methods inherited from class oshi.hardware.common.AbstractBaseboard
toString
-
Constructor Details
-
UnixBaseboard
-
-
Method Details
-
getManufacturer
Description copied from interface:Baseboard
Get the baseboard manufacturer.- Returns:
- The manufacturer.
-
getModel
Description copied from interface:Baseboard
Get the baseboard model.- Returns:
- The model.
-
getSerialNumber
Description copied from interface:Baseboard
Get the baseboard serial number.- Returns:
- The serial number.
-
getVersion
Description copied from interface:Baseboard
Get the baseboard version.- Returns:
- The version.
-