Package com.atlan.model.admin
Class AuthDetails
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.AuthDetails
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
AuthDetails.AuthDetailsBuilder<C extends AuthDetails,
B extends AuthDetails.AuthDetailsBuilder<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 AuthDetails.AuthDetailsBuilder<?,
?> builder()
protected boolean
boolean
Unique identifier (GUID) of the client that carried out the operation.IP address from which the operation was carried out.Unique name of the realm from which the operation was carried out.Unique identifier (GUID) of the user who carried out the operation.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
AuthDetails
-
-
Method Details
-
builder
-
toBuilder
-
getClientId
Unique identifier (GUID) of the client that carried out the operation. -
getIpAddress
IP address from which the operation was carried out. -
getRealmId
Unique name of the realm from which the operation was carried out. -
getUserId
Unique identifier (GUID) of the user who carried out the operation. -
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
-