-
public class GenerateOTPResponseResult.Companion
-
-
Field Summary
Fields Modifier and Type Field Description private final StringOTP_SENTprivate final StringOTP_EXPIRES_INprivate final StringOTP_ATTEMPTS_REMprivate final StringSENDER_IDpublic final static GenerateOTPResponseResult.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final GenerateOTPResponseResultgetGenerateOTPResponseResultFromJSON(JSONObject jsonObject)final StringgetOTP_SENT()final StringgetOTP_EXPIRES_IN()final StringgetOTP_ATTEMPTS_REM()final StringgetSENDER_ID()-
-
Method Detail
-
getGenerateOTPResponseResultFromJSON
final GenerateOTPResponseResult getGenerateOTPResponseResultFromJSON(JSONObject jsonObject)
-
getOTP_SENT
final String getOTP_SENT()
-
getOTP_EXPIRES_IN
final String getOTP_EXPIRES_IN()
-
getOTP_ATTEMPTS_REM
final String getOTP_ATTEMPTS_REM()
-
getSENDER_ID
final String getSENDER_ID()
-
-
-
-