Class Smbios.Record
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Smbios.Record
-
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getData()
Get the actual data returned by smbios.recordsString
getDescription()
String
getHandle()
int
getType()
-
-
-
Method Detail
-
getData
public Map<String,Object> getData()
Get the actual data returned by smbios.records- Returns:
- a map with the data
-
getDescription
public String getDescription()
- Returns:
- the DMI record description
-
getHandle
public String getHandle()
- Returns:
- the DMI record handle
-
getType
public int getType()
- Returns:
- the DMI record type
-
-