Class LockType


  • public class LockType
    extends Object
    The description of a lock type. A lock type describes certain hardware model information and maybe other properties that are shared between multiple locks.
    • Constructor Detail

      • LockType

        public LockType()
    • Method Detail

      • getId

        public String getId()
        The Tapkey-assigned ID.
        Returns:
        Id of the LockType.
      • getManufacturerId

        public Integer getManufacturerId()
        The Id of the lock manufacturer as reported by locks of this type.
        Returns:
        the ID of the lock manufacturer.
      • getModelName

        public String getModelName()
        The lock's model name.
        Returns:
        the model name.
      • getSupportedTechnologies

        public String[] getSupportedTechnologies()
        A list of supported communication technologies that can be used by end users to control the locking device. Today these are: - nfc - ble (Bluetooth Low Energy)
        Returns:
        a list of supported communication technologies.