Module com.hack23.cia.service.api
Class DeleteAccountRequest
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.user.DeleteAccountRequest
- All Implemented Interfaces:
ServiceMessage,ServiceRequest,java.io.Serializable
The Class DeleteAccountRequest.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.StringGets the session id.java.lang.StringGets the userpassword.voidsetSessionId(java.lang.String sessionId) Sets the session id.voidsetUserpassword(java.lang.String userpassword) Sets the userpassword.Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage
equals, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
DeleteAccountRequest
public DeleteAccountRequest()Instantiates a new delete account request.
-
-
Method Details
-
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
-
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
-