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.Object
Holds the information returned by smbios.records
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.Map<java.lang.String,java.lang.Object>
data
private java.lang.String
description
private java.lang.String
handle
private int
type
-
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.String
getDescription()
java.lang.String
getHandle()
int
getType()
-
-
-
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
-
-