Class FirmwareIdentifier

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

public class FirmwareIdentifier extends Object
This class represents the combination of hardware and firmware version.
See Also:
  • Constructor Details

    • FirmwareIdentifier

      public FirmwareIdentifier(String hardwareId, String firmwareId)
  • Method Details

    • getUniqueId

      public String getUniqueId()
      Gets the unique combined version with syntax #hardware#_#firwmare#
      Returns:
      unique combined version
    • getHardwareId

      public String getHardwareId()
      Gets the hardware version
      Returns:
      hardware version
    • getFirmwareId

      public String getFirmwareId()
      Gets the firmware version
      Returns:
      firmware version
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object