Class ChangePasswordRequest

    • Constructor Detail

      • ChangePasswordRequest

        public ChangePasswordRequest()
        Instantiates a new change password request.
    • Method Detail

      • 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
      • getCurrentPassword

        public java.lang.String getCurrentPassword()
        Gets the current password.
        Returns:
        the current password
      • setCurrentPassword

        public void setCurrentPassword​(java.lang.String currentPassword)
        Sets the current password.
        Parameters:
        currentPassword - the new current password
      • getNewPassword

        public java.lang.String getNewPassword()
        Gets the new password.
        Returns:
        the new password
      • setNewPassword

        public void setNewPassword​(java.lang.String newPassword)
        Sets the new password.
        Parameters:
        newPassword - the new new password
      • getRepeatNewPassword

        public java.lang.String getRepeatNewPassword()
        Gets the repeat new password.
        Returns:
        the repeat new password
      • setRepeatNewPassword

        public void setRepeatNewPassword​(java.lang.String repeatNewPassword)
        Sets the repeat new password.
        Parameters:
        repeatNewPassword - the new repeat new password