| Constructor and Description |
|---|
EnterpriseUser() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getEnterpriseId() |
String |
getEnterpriseName() |
String |
getId() |
List<String> |
getTeams() |
int |
hashCode() |
boolean |
isAdmin() |
boolean |
isOwner() |
void |
setAdmin(boolean isAdmin) |
void |
setEnterpriseId(String enterpriseId) |
void |
setEnterpriseName(String enterpriseName) |
void |
setId(String id) |
void |
setOwner(boolean isOwner) |
void |
setTeams(List<String> teams) |
String |
toString() |
public String getId()
public String getEnterpriseId()
public String getEnterpriseName()
public boolean isAdmin()
public boolean isOwner()
public void setId(String id)
public void setEnterpriseId(String enterpriseId)
public void setEnterpriseName(String enterpriseName)
public void setAdmin(boolean isAdmin)
public void setOwner(boolean isOwner)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.