Class IdentityMapping

java.lang.Object
com.kosdev.kos.core.service.hardware.resolvers.IdentityMapping

public class IdentityMapping extends Object
Represents a mapping of a board with the specified path to a board identity string, where an identity string may be some unique aspect of the physical board such as a serial number or mac address.
Since:
7
Version:
7
See Also:
  • Constructor Details

    • IdentityMapping

      public IdentityMapping()
  • Method Details

    • getBoardPath

      public String getBoardPath()
      Return the path to the board.
      Since:
      7
    • getIdentity

      public String getIdentity()
      Return the identity of the board. This is typically the unique serial number of the board.
      Since:
      7
    • setBoardPath

      public void setBoardPath(String boardPath)
    • setIdentity

      public void setIdentity(String identity)