Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/oshi/oshi
/ getModel
Method
getModel
oshi-core/src/main/java/oshi/hardware/Baseboard.java:46–46 ·
view source on GitHub ↗
Get the baseboard model. @return The model.
()
Source
from the content-addressed store, hash-verified
44
* @
return
The model.
45
*/
46
String getModel();
47
48
/**
49
* Get the baseboard version.
Callers
7
testComputerSystem
Method · 0.95
identifyVM
Method · 0.65
init
Method · 0.65
testDisks
Method · 0.65
getDisks
Method · 0.65
toString
Method · 0.65
toString
Method · 0.65
Implementers
6
UnixBaseboard
oshi-core/src/main/java/oshi/hardware/
AixBaseboard
oshi-core/src/main/java/oshi/hardware/
WindowsBaseboard
oshi-core/src/main/java/oshi/hardware/
LinuxBaseboard
oshi-core/src/main/java/oshi/hardware/
MacBaseboard
oshi-core/src/main/java/oshi/hardware/
AbstractBaseboard
oshi-core/src/main/java/oshi/hardware/
Calls
no outgoing calls
Tested by
2
testComputerSystem
Method · 0.76
testDisks
Method · 0.52