public class ClientInformation
extends java.lang.Object
| Constructor and Description |
|---|
ClientInformation(java.lang.String id,
java.lang.String name,
java.lang.String version,
java.lang.String platform,
java.lang.String lastIpAddress,
java.time.ZonedDateTime lastUse)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Returns the unique client identifier.
|
java.lang.String |
getLastIpAddress()
Returns the IPv4 or IPv6 address the client used to access Cryptshare Server last time.
|
java.time.ZonedDateTime |
getLastUse()
Returns the time the client accessed Cryptshare Server most recently.
|
java.lang.String |
getName()
Returns the name of the client (browser or client product), for example "Chrome" or "Cryptshare for Notes".
|
java.lang.String |
getPlatform()
Returns the platform the client runs on.
|
java.lang.String |
getVersion()
Returns the version of the client (browser or client product).
|
public ClientInformation(java.lang.String id,
java.lang.String name,
java.lang.String version,
java.lang.String platform,
java.lang.String lastIpAddress,
java.time.ZonedDateTime lastUse)
id - The unique client identifier.name - The name of the client (browser or client product).version - The version of the client.platform - The platform the client runs on.lastIpAddress - The IPv4 or IPv6 address the client used to access Cryptshare Server last time.lastUse - The time the client accessed Cryptshare Server most recently.public java.lang.String getId()
public java.lang.String getName()
public java.lang.String getVersion()
public java.lang.String getPlatform()
public java.lang.String getLastIpAddress()
public java.time.ZonedDateTime getLastUse()