Class UserDTO


public class UserDTO extends CreatedUserDTO
  • Constructor Details

    • UserDTO

      public UserDTO(String username, UserStatsDTO stats)
      Creates a new user
      Parameters:
      username - the username of the user
      stats - the statistics of the user
  • Method Details

    • getStats

      public UserStatsDTO getStats()
      Returns:
      the statistics of the user