-
public final class GenerateOTPResponseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classGenerateOTPResponseResult.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanotpSentprivate final IntegerotpExpiresInprivate final IntegerotpAttemptsRemprivate final List<String>senderId
-
Method Summary
Modifier and Type Method Description final BooleangetOtpSent()final IntegergetOtpExpiresIn()final IntegergetOtpAttemptsRem()final List<String>getSenderId()final JSONObjectgetJSONObject()-
-
Method Detail
-
getOtpSent
final Boolean getOtpSent()
-
getOtpExpiresIn
final Integer getOtpExpiresIn()
-
getOtpAttemptsRem
final Integer getOtpAttemptsRem()
-
getSenderId
final List<String> getSenderId()
-
getJSONObject
final JSONObject getJSONObject()
-
-
-
-