Class LoginRequest
java.lang.Object
com.hack23.cia.service.api.action.common.AbstractMessage
com.hack23.cia.service.api.action.common.AbstractRequest
com.hack23.cia.service.api.action.application.LoginRequest
- All Implemented Interfaces:
ServiceMessage
,ServiceRequest
,Serializable
The Class LoginRequest.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetEmail()
Gets the email.Gets the otp code.Gets the session id.Gets the userpassword.void
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.Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toString
-
Constructor Details
-
LoginRequest
public LoginRequest()Instantiates a new login request.
-
-
Method Details
-
getEmail
Gets the email.- Returns:
- the email
-
setEmail
Sets the email.- Parameters:
email
- the new email
-
getUserpassword
Gets the userpassword.- Returns:
- the userpassword
-
setUserpassword
Sets the userpassword.- Parameters:
userpassword
- the new userpassword
-
getSessionId
Gets the session id.- Returns:
- the session id
-
setSessionId
Sets the session id.- Parameters:
sessionId
- the new session id
-
getOtpCode
Gets the otp code.- Returns:
- the otp code
-
setOtpCode
Sets the otp code.- Parameters:
otpCode
- the new otp code
-