Package com.atlan.model.admin
Class Session
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.admin.Session
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Session.SessionBuilder<C extends Session,
B extends Session.SessionBuilder<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 Session.SessionBuilder<?,
?> builder()
protected boolean
boolean
Map of clientId (GUIDs) to client names.getId()
Unique identifier (GUID) for the session.IP address from which the session originated.Time (epoch) at which the session was last used, in nanoseconds.getStart()
Time (epoch) at which the session was created, in nanoseconds.Unique identifier (GUID) of the user that started the session.Username of the user that started the session.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
Session
-
-
Method Details
-
builder
-
toBuilder
-
getClients
Map of clientId (GUIDs) to client names. -
getId
Unique identifier (GUID) for the session. -
getIpAddress
IP address from which the session originated. -
getLastAccess
Time (epoch) at which the session was last used, in nanoseconds. -
getStart
Time (epoch) at which the session was created, in nanoseconds. -
getUserId
Unique identifier (GUID) of the user that started the session. -
getUsername
Username of the user that started the session. -
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
-