Klasse FirmwareIdentifier

java.lang.Object
com.blukii.sdk.config.FirmwareIdentifier

public class FirmwareIdentifier extends Object
This class represents the combination of hardware and firmware version.
Siehe auch:
  • Konstruktordetails

    • FirmwareIdentifier

      public FirmwareIdentifier(String hardwareId, String firmwareId)
      Value Constructor
      Parameter:
      hardwareId - hardware version
      firmwareId - firmware version
  • Methodendetails

    • getUniqueId

      public String getUniqueId()
      Gets the unique combined version with syntax #hardware#_#firwmare#
      Gibt zurück:
      unique combined version
    • getHardwareId

      public String getHardwareId()
      Gets the hardware version
      Gibt zurück:
      hardware version
    • getFirmwareId

      public String getFirmwareId()
      Gets the firmware version
      Gibt zurück:
      firmware version
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object