Class Smbios.Record
- java.lang.Object
-
- com.suse.salt.netapi.calls.modules.Smbios.Record
-
- Enclosing class:
- Smbios
public static class Smbios.Record extends java.lang.ObjectHolds the information returned by smbios.records
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>dataprivate java.lang.Stringdescriptionprivate java.lang.Stringhandleprivate inttype
-
Constructor Summary
Constructors Constructor Description Record()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>getData()Get the actual data returned by smbios.recordsjava.lang.StringgetDescription()java.lang.StringgetHandle()intgetType()
-
-
-
Method Detail
-
getData
public java.util.Map<java.lang.String,java.lang.Object> getData()
Get the actual data returned by smbios.records- Returns:
- a map with the data
-
getDescription
public java.lang.String getDescription()
- Returns:
- the DMI record description
-
getHandle
public java.lang.String getHandle()
- Returns:
- the DMI record handle
-
getType
public int getType()
- Returns:
- the DMI record type
-
-