public class ApiUserDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
isCrossAppAuth |
protected String |
role |
protected Long |
userId |
protected String |
username |
| Constructor and Description |
|---|
ApiUserDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getRole() |
Long |
getUserId() |
String |
getUsername() |
boolean |
isCrossAppAuth() |
void |
setCrossAppAuth(boolean crossAppAuth) |
void |
setRole(String role) |
void |
setUserId(Long userId) |
void |
setUsername(String username) |
protected Long userId
protected String username
protected boolean isCrossAppAuth
protected String role
public Long getUserId()
public void setUserId(Long userId)
public String getUsername()
public void setUsername(String username)
public boolean isCrossAppAuth()
public void setCrossAppAuth(boolean crossAppAuth)
public String getRole()
public void setRole(String role)
Copyright © 2020. All rights reserved.