Class AixFirmware

java.lang.Object
oshi.hardware.common.AbstractFirmware
oshi.hardware.platform.unix.aix.AixFirmware
All Implemented Interfaces:
Firmware

@Immutable final class AixFirmware extends AbstractFirmware
Firmware data.
  • Field Details

    • manufacturer

      private final String manufacturer
    • name

      private final String name
    • version

      private final String version
  • Constructor Details

  • Method Details

    • getManufacturer

      public String getManufacturer()
      Description copied from interface: Firmware
      Get the firmware manufacturer.
      Returns:
      the manufacturer
    • getName

      public String getName()
      Description copied from interface: Firmware
      Get the firmware name.
      Specified by:
      getName in interface Firmware
      Overrides:
      getName in class AbstractFirmware
      Returns:
      the name
    • getVersion

      public String getVersion()
      Description copied from interface: Firmware
      Get the firmware version.
      Returns:
      the version