Class LoginRequest

All Implemented Interfaces:
ServiceMessage, ServiceRequest, Serializable

public final class LoginRequest extends AbstractRequest
The Class LoginRequest.
See Also:
  • Constructor Details

    • LoginRequest

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

    • getEmail

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

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

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

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

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

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

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

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