Class Smbios.Record

java.lang.Object
com.suse.salt.netapi.calls.modules.Smbios.Record
Enclosing class:
Smbios

public static class Smbios.Record extends Object
Holds the information returned by smbios.records
  • Field Details

    • data

      private Map<String,Object> data
    • description

      private String description
    • handle

      private String handle
    • type

      private int type
  • Constructor Details

    • Record

      public Record()
  • Method Details

    • 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