Package com.soffid.iam.api
Class OtpChallengeProxy
- java.lang.Object
-
- com.soffid.iam.api.OtpChallengeProxy
-
- All Implemented Interfaces:
Serializable
public class OtpChallengeProxy extends Object implements Serializable
ValueObject OtpChallengeProxy- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OtpChallengeProxy()
OtpChallengeProxy(OtpChallengeProxy otherBean)
OtpChallengeProxy(User user, Account account, String otpHandler, String cardNumber, String cell, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account
getAccount()
Gets value for attribute accountString
getCardNumber()
Gets value for attribute cardNumberString
getCell()
Gets value for attribute cellString
getOtpHandler()
Gets value for attribute otpHandlerUser
getUser()
Gets value for attribute userString
getValue()
Gets value for attribute valuevoid
setAccount(Account account)
Sets value for attribute accountvoid
setCardNumber(String cardNumber)
Sets value for attribute cardNumbervoid
setCell(String cell)
Sets value for attribute cellvoid
setOtpHandler(String otpHandler)
Sets value for attribute otpHandlervoid
setUser(User user)
Sets value for attribute uservoid
setValue(String value)
Sets value for attribute valueString
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
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
-
-