Class UserResponse

java.lang.Object
com.Server.dto.Response.UserResponse
All Implemented Interfaces:
java.io.Serializable

public class UserResponse
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    private java.lang.String email
    email
    private java.lang.Long id
    id
    private java.util.List<RoleResponse> roles
    roles
    private java.lang.String username
    username
  • Constructor Summary

    Constructors
    Constructor Description
    UserResponse()  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • id

      private java.lang.Long id
      id
    • username

      private java.lang.String username
      username
    • email

      private java.lang.String email
      email
    • roles

      private java.util.List<RoleResponse> roles
      roles
  • Constructor Details

    • UserResponse

      public UserResponse()