Package com.soffid.iam.am.api
Class OtpChallengeProxy
java.lang.Object
com.soffid.iam.am.api.OtpChallengeProxy
- All Implemented Interfaces:
Serializable
ValueObject OtpChallengeProxy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOtpChallengeProxy(OtpChallengeProxy otherBean) OtpChallengeProxy(User user, Account account, String otpHandler, String cardNumber, String cell, String value) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountGets value for attribute cardNumbergetCell()Gets value for attribute cellGets value for attribute otpHandlergetUser()Gets value for attribute usergetValue()Gets value for attribute valuevoidsetAccount(Account account) Sets value for attribute accountvoidsetCardNumber(String cardNumber) Sets value for attribute cardNumbervoidSets value for attribute cellvoidsetOtpHandler(String otpHandler) Sets value for attribute otpHandlervoidSets value for attribute uservoidSets value for attribute valuetoString()Returns a string representation of the value object.
-
Constructor Details
-
OtpChallengeProxy
public OtpChallengeProxy() -
OtpChallengeProxy
-
OtpChallengeProxy
-
-
Method Details
-
getUser
Gets value for attribute user -
setUser
Sets value for attribute user -
getAccount
Gets value for attribute account -
setAccount
Sets value for attribute account -
getOtpHandler
Gets value for attribute otpHandler -
setOtpHandler
Sets value for attribute otpHandler -
getCardNumber
Gets value for attribute cardNumber -
setCardNumber
Sets value for attribute cardNumber -
getCell
Gets value for attribute cell -
setCell
Sets value for attribute cell -
getValue
Gets value for attribute value -
setValue
Sets value for attribute value -
toString
Returns a string representation of the value object.
-