Class PinChannelConfiguration


  • @Embeddable
    public class PinChannelConfiguration
    extends Object
    The configuration of the PIN for a channel.
    • Constructor Detail

      • PinChannelConfiguration

        public PinChannelConfiguration()
    • Method Detail

      • getDevicePinOnStartup

        public Integer getDevicePinOnStartup()
      • getMaxPinTries

        public Integer getMaxPinTries()
      • getPinExpiresAfter

        public TimeInterval getPinExpiresAfter()
      • getPinLength

        public Integer getPinLength()
      • setDevicePinOnStartup

        public void setDevicePinOnStartup​(Integer devicePinOnStartup)
      • setMaxPinTries

        public void setMaxPinTries​(Integer maxPinTries)
      • setPinExpiresAfter

        public void setPinExpiresAfter​(TimeInterval pinExpiresAfter)
      • setPinLength

        public void setPinLength​(Integer pinLength)