public class AdminUser extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
currentSandBoxId |
protected String |
email |
protected Long |
id |
protected String |
name |
protected List<String> |
permissions |
protected String |
phoneNumber |
protected List<String> |
roles |
protected String |
userName |
Constructor and Description |
---|
AdminUser() |
Modifier and Type | Method and Description |
---|---|
String |
getCurrentSandBoxId() |
String |
getEmail() |
Long |
getId() |
String |
getName() |
List<String> |
getPermissions() |
String |
getPhoneNumber() |
List<String> |
getRoles() |
String |
getUserName() |
void |
setCurrentSandBoxId(String currentSandBoxId) |
void |
setEmail(String email) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPermissions(List<String> permissions) |
void |
setPhoneNumber(String phoneNumber) |
void |
setRoles(List<String> roles) |
void |
setUserName(String userName) |
protected String userName
protected String currentSandBoxId
protected Long id
protected String email
protected String phoneNumber
protected String name
public String getUserName()
public void setUserName(String userName)
public String getCurrentSandBoxId()
public void setCurrentSandBoxId(String currentSandBoxId)
public Long getId()
public void setId(Long id)
public String getEmail()
public void setEmail(String email)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getName()
public void setName(String name)
Copyright © 2022. All rights reserved.