MCPcopy
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

testComputerSystemMethod · 0.95
identifyVMMethod · 0.65
initMethod · 0.65
testDisksMethod · 0.65
getDisksMethod · 0.65
toStringMethod · 0.65
toStringMethod · 0.65

Implementers 6

UnixBaseboardoshi-core/src/main/java/oshi/hardware/
AixBaseboardoshi-core/src/main/java/oshi/hardware/
WindowsBaseboardoshi-core/src/main/java/oshi/hardware/
LinuxBaseboardoshi-core/src/main/java/oshi/hardware/
MacBaseboardoshi-core/src/main/java/oshi/hardware/
AbstractBaseboardoshi-core/src/main/java/oshi/hardware/

Calls

no outgoing calls

Tested by 2

testComputerSystemMethod · 0.76
testDisksMethod · 0.52