Package com.atlan.model.admin
Class ApiToken.ApiTokenPersona
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.ApiToken.ApiTokenPersona
- All Implemented Interfaces:
Serializable,Comparable<ApiToken.ApiTokenPersona>
- Enclosing class:
ApiToken
public static final class ApiToken.ApiTokenPersona
extends AtlanObject
implements Comparable<ApiToken.ApiTokenPersona>
- See Also:
-
Nested Class Summary
Nested ClassesNested 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 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanintbooleangetId()Unique identifier (GUID) of the linked persona.Unique name of the linked persona.Unique name (qualifiedName) of the linked persona.inthashCode()static ApiToken.ApiTokenPersonatoString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Method Details
-
of
-
compareTo
- Specified by:
compareToin interfaceComparable<ApiToken.ApiTokenPersona>
-
builder
-
toBuilder
-
getId
Unique identifier (GUID) of the linked persona. -
getPersona
Unique name of the linked persona. -
getPersonaQualifiedName
Unique name (qualifiedName) of the linked persona. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-