public class UserDto extends Object implements Serializable
| Constructor and Description |
|---|
UserDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Todo.
|
List<String> |
getGroupNames() |
String |
getName()
Todo.
|
String |
getPhone() |
String |
getSub() |
void |
setEmail(String email)
Todo.
|
void |
setGroupNames(List<String> groupNames) |
void |
setName(String realName)
Todo.
|
void |
setPhone(String phone) |
void |
setSub(String sub) |
public String getName()
public void setName(String realName)
realName - the realName to setpublic String getEmail()
public void setEmail(String email)
email - the email to setpublic String getSub()
public void setSub(String sub)
public String getPhone()
public void setPhone(String phone)
Copyright © 2020 Samply Community. All rights reserved.