Class DeleteAccountRequest

java.lang.Object
All Implemented Interfaces:
ServiceMessage, ServiceRequest, java.io.Serializable

public final class DeleteAccountRequest extends AbstractRequest
The Class DeleteAccountRequest.
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Instantiates a new delete account request.
  • Method Summary

    Modifier and Type
    Method
    Description
    java.lang.String
    Gets the session id.
    java.lang.String
    Gets the userpassword.
    void
    setSessionId(java.lang.String sessionId)
    Sets the session id.
    void
    setUserpassword(java.lang.String userpassword)
    Sets the userpassword.

    Methods inherited from class com.hack23.cia.service.api.action.common.AbstractMessage

    equals, hashCode, toString

    Methods 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