Class SMSCode
- java.lang.Object
-
- pl.edu.icm.unity.engine.api.confirmation.SMSCode
-
public class SMSCode extends Object
Contains code with validity time and mobileNumber related with this code.- Author:
- P.Piernik
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMobileNumber()
long
getValidTo()
String
getValue()
void
setMobileNumber(String mobileNumber)
void
setValidTo(long validTo)
void
setValue(String value)
-