Package com.atlan.model.admin
Class AtlanRole
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AtlanRole
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AtlanRole.AtlanRoleBuilder<C extends AtlanRole,
B extends AtlanRole.AtlanRoleBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanRole.AtlanRoleBuilder<?,
?> builder()
protected boolean
boolean
TBCDescription of the role.getId()
Unique identifier for the role (GUID).getLevel()
TBCNumber of users with this role.getName()
Unique name for the role.TBCint
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AtlanRole
-
-
Method Details
-
builder
-
toBuilder
-
getId
Unique identifier for the role (GUID). -
getDescription
Description of the role. -
getName
Unique name for the role. -
getClientRole
TBC -
getLevel
TBC -
getMemberCount
Number of users with this role. -
getUserCount
TBC -
equals
- Overrides:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-