Class 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.records
      java.lang.String getDescription()  
      java.lang.String getHandle()  
      int getType()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • data

        private java.util.Map<java.lang.String,​java.lang.Object> data
      • description

        private java.lang.String description
      • handle

        private java.lang.String handle
      • type

        private int type
    • Constructor Detail

      • Record

        public Record()
    • 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