-
public final class ValidateOTPResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classValidateOTPResponse.Companion
-
Constructor Summary
Constructors Constructor Description ValidateOTPResponse(String guid, String message, ValidateOTPResponseResult result, Integer status)
-
Method Summary
Modifier and Type Method Description final StringgetGuid()final StringgetMessage()final ValidateOTPResponseResultgetResult()final IntegergetStatus()-
-
Constructor Detail
-
ValidateOTPResponse
ValidateOTPResponse(String guid, String message, ValidateOTPResponseResult result, Integer status)
-
-
Method Detail
-
getMessage
final String getMessage()
-
getResult
final ValidateOTPResponseResult getResult()
-
-
-
-