public class UserSessionResponse extends Object implements Serializable
Constructor and Description |
---|
UserSessionResponse(String sessionId,
String ipAddress,
String username,
Instant start,
Instant lastAccess,
Map<String,String> clients) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,String> |
getClients()
Gets clients.
|
String |
getIpAddress()
Gets ip address.
|
Instant |
getLastAccess()
Gets last access.
|
String |
getSessionId()
Gets session id.
|
Instant |
getStart()
Gets start.
|
String |
getUsername()
Gets username.
|
int |
hashCode() |
String |
toString() |
public String getSessionId()
public String getIpAddress()
public String getUsername()
public Instant getStart()
public Instant getLastAccess()
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.