Package oshi.driver.windows.wmi
Class Win32ComputerSystemProduct
- java.lang.Object
-
- oshi.driver.windows.wmi.Win32ComputerSystemProduct
-
@ThreadSafe public final class Win32ComputerSystemProduct extends java.lang.Object
Utility to query WMI classWin32_ComputerSystemProduct
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Win32ComputerSystemProduct.ComputerSystemProductProperty
Computer System ID number
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
WIN32_COMPUTER_SYSTEM_PRODUCT
-
Constructor Summary
Constructors Modifier Constructor Description private
Win32ComputerSystemProduct()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32ComputerSystemProduct.ComputerSystemProductProperty>
queryIdentifyingNumberUUID()
Queries the Computer System Product.
-
-
-
Field Detail
-
WIN32_COMPUTER_SYSTEM_PRODUCT
private static final java.lang.String WIN32_COMPUTER_SYSTEM_PRODUCT
- See Also:
- Constant Field Values
-
-
Method Detail
-
queryIdentifyingNumberUUID
public static com.sun.jna.platform.win32.COM.WbemcliUtil.WmiResult<Win32ComputerSystemProduct.ComputerSystemProductProperty> queryIdentifyingNumberUUID()
Queries the Computer System Product.- Returns:
- Assigned serial number and UUID.
-
-