Class ChallengeData


  • public class ChallengeData
    extends Object
    • Constructor Detail

      • ChallengeData

        public ChallengeData()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
      • getImage

        public byte[] getImage()
      • getImageLink

        public String getImageLink()
      • getOtpMaxLength

        public Integer getOtpMaxLength()
      • getOtpFormat

        public OtpFormat getOtpFormat()
      • getAdditionalInformation

        public String getAdditionalInformation()
      • setImage

        public void setImage​(byte[] image)
      • setData

        public void setData​(List<String> data)
      • setImageLink

        public void setImageLink​(String imageLink)
      • setOtpMaxLength

        public void setOtpMaxLength​(Integer otpMaxLength)
      • setOtpFormat

        public void setOtpFormat​(OtpFormat otpFormat)
      • setAdditionalInformation

        public void setAdditionalInformation​(String additionalInformation)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object