Class OtpChallengeProxy

java.lang.Object
com.soffid.iam.am.api.OtpChallengeProxy
All Implemented Interfaces:
Serializable

public class OtpChallengeProxy extends Object implements Serializable
ValueObject OtpChallengeProxy
See Also:
  • Constructor Details

    • OtpChallengeProxy

      public OtpChallengeProxy()
    • OtpChallengeProxy

      public OtpChallengeProxy(User user, Account account, String otpHandler, String cardNumber, String cell, String value)
    • OtpChallengeProxy

      public OtpChallengeProxy(OtpChallengeProxy otherBean)
  • Method Details

    • getUser

      public User getUser()
      Gets value for attribute user
    • setUser

      public void setUser(User user)
      Sets value for attribute user
    • getAccount

      public Account getAccount()
      Gets value for attribute account
    • setAccount

      public void setAccount(Account account)
      Sets value for attribute account
    • getOtpHandler

      public String getOtpHandler()
      Gets value for attribute otpHandler
    • setOtpHandler

      public void setOtpHandler(String otpHandler)
      Sets value for attribute otpHandler
    • getCardNumber

      public String getCardNumber()
      Gets value for attribute cardNumber
    • setCardNumber

      public void setCardNumber(String cardNumber)
      Sets value for attribute cardNumber
    • getCell

      public String getCell()
      Gets value for attribute cell
    • setCell

      public void setCell(String cell)
      Sets value for attribute cell
    • getValue

      public String getValue()
      Gets value for attribute value
    • setValue

      public void setValue(String value)
      Sets value for attribute value
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object