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
Nested ClassesModifier and TypeClassDescriptionstatic classAtlanRole.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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AtlanRole.AtlanRoleBuilder<?, ?> builder()protected booleanbooleanTBCDescription of the role.getId()Unique identifier for the role (GUID).getLevel()TBCNumber of users with this role.getName()Unique name for the role.TBCinthashCode()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:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-