Class LoginRequest

    • Constructor Summary

      Constructors 
      Constructor Description
      LoginRequest()
      Instantiates a new login request.
    • Constructor Detail

      • LoginRequest

        public LoginRequest()
        Instantiates a new login request.
    • Method Detail

      • getEmail

        public java.lang.String getEmail()
        Gets the email.
        Returns:
        the email
      • setEmail

        public void setEmail​(java.lang.String email)
        Sets the email.
        Parameters:
        email - the new email
      • getUserpassword

        public java.lang.String getUserpassword()
        Gets the userpassword.
        Returns:
        the userpassword
      • setUserpassword

        public void setUserpassword​(java.lang.String userpassword)
        Sets the userpassword.
        Parameters:
        userpassword - the new userpassword
      • getSessionId

        public java.lang.String getSessionId()
        Gets the session id.
        Returns:
        the session id
      • setSessionId

        public void setSessionId​(java.lang.String sessionId)
        Sets the session id.
        Parameters:
        sessionId - the new session id
      • getOtpCode

        public java.lang.String getOtpCode()
        Gets the otp code.
        Returns:
        the otp code
      • setOtpCode

        public void setOtpCode​(java.lang.String otpCode)
        Sets the otp code.
        Parameters:
        otpCode - the new otp code