public final class LoginRequest extends AbstractRequest
Constructor and Description |
---|
LoginRequest()
Instantiates a new login request.
|
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets the email.
|
String |
getOtpCode()
Gets the otp code.
|
String |
getSessionId()
Gets the session id.
|
String |
getUserpassword()
Gets the userpassword.
|
void |
setEmail(String email)
Sets the email.
|
void |
setOtpCode(String otpCode)
Sets the otp code.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
void |
setUserpassword(String userpassword)
Sets the userpassword.
|
equals, hashCode, toString
public String getEmail()
public void setEmail(String email)
email
- the new emailpublic String getUserpassword()
public void setUserpassword(String userpassword)
userpassword
- the new userpasswordpublic String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idpublic String getOtpCode()
public void setOtpCode(String otpCode)
otpCode
- the new otp codeCopyright © 2010–2017 www.hack23.com. All rights reserved.