Package com.Server.dto.Response
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.Stringemailemailprivate java.lang.Longididprivate java.util.List<RoleResponse>rolesrolesprivate java.lang.Stringusernameusername -
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 idid -
username
private java.lang.String usernameusername -
email
private java.lang.String emailemail -
roles
roles
-
-
Constructor Details
-
UserResponse
public UserResponse()
-