Class OTPDetails


  • public class OTPDetails
    extends java.lang.Object
    The One-Time-Password details for this response.
    • Constructor Detail

      • OTPDetails

        public OTPDetails()
    • Method Detail

      • getType

        public int getType()
        Returns:
        the one-time-password type.
      • setType

        public void setType​(int type)
        Parameters:
        type - the one-time-password type.
      • getIdentifier

        public java.lang.String getIdentifier()
        Returns:
        the one-time-password identifier.
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
        Parameters:
        identifier - the one-time-password identifier.
      • getValue

        public int getValue()
        Returns:
        the one-time-password value.
      • setValue

        public void setValue​(int value)
        Parameters:
        value - the one-time-password value.