Package com.dropbox.core.v2.teamlog
Class DesktopDeviceSessionLogInfo
- java.lang.Object
- 
- com.dropbox.core.v2.teamlog.DeviceSessionLogInfo
- 
- com.dropbox.core.v2.teamlog.DesktopDeviceSessionLogInfo
 
 
- 
 public class DesktopDeviceSessionLogInfo extends DeviceSessionLogInfo Information about linked Dropbox desktop client sessions
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classDesktopDeviceSessionLogInfo.BuilderBuilder forDesktopDeviceSessionLogInfo.
 - 
Field SummaryFields Modifier and Type Field Description protected DesktopPlatformclientTypeprotected java.lang.StringclientVersionprotected java.lang.StringhostNameprotected booleanisDeleteOnUnlinkSupportedprotected java.lang.Stringplatformprotected DesktopSessionLogInfosessionInfo- 
Fields inherited from class com.dropbox.core.v2.teamlog.DeviceSessionLogInfocreated, ipAddress, updated
 
- 
 - 
Constructor SummaryConstructors Constructor Description DesktopDeviceSessionLogInfo(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported)Information about linked Dropbox desktop client sessionsDesktopDeviceSessionLogInfo(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported, java.lang.String ipAddress, java.util.Date created, java.util.Date updated, DesktopSessionLogInfo sessionInfo, java.lang.String clientVersion)Information about linked Dropbox desktop client sessions
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)DesktopPlatformgetClientType()The Dropbox desktop client type.java.lang.StringgetClientVersion()The Dropbox client version.java.util.DategetCreated()The time this session was created.java.lang.StringgetHostName()Name of the hosting desktop.java.lang.StringgetIpAddress()The IP address of the last activity from this session.booleangetIsDeleteOnUnlinkSupported()Whether itu2019s possible to delete all of the account files upon unlinking.java.lang.StringgetPlatform()Information on the hosting platform.DesktopSessionLogInfogetSessionInfo()Desktop session unique id.java.util.DategetUpdated()The time of the last activity from this session.inthashCode()static DesktopDeviceSessionLogInfo.BuildernewBuilder(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported)Returns a new builder for creating an instance of this class.java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.- 
Methods inherited from class com.dropbox.core.v2.teamlog.DeviceSessionLogInfonewBuilder
 
- 
 
- 
- 
- 
Field Detail- 
sessionInfoprotected final DesktopSessionLogInfo sessionInfo 
 - 
hostNameprotected final java.lang.String hostName 
 - 
clientTypeprotected final DesktopPlatform clientType 
 - 
clientVersionprotected final java.lang.String clientVersion 
 - 
platformprotected final java.lang.String platform 
 - 
isDeleteOnUnlinkSupportedprotected final boolean isDeleteOnUnlinkSupported 
 
- 
 - 
Constructor Detail- 
DesktopDeviceSessionLogInfopublic DesktopDeviceSessionLogInfo(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported, java.lang.String ipAddress, java.util.Date created, java.util.Date updated, DesktopSessionLogInfo sessionInfo, java.lang.String clientVersion)Information about linked Dropbox desktop client sessionsUse newBuilder(java.lang.String,com.dropbox.core.v2.team.DesktopPlatform,java.lang.String,boolean)to create instances of this class without specifying values for all optional fields.- Parameters:
- hostName- Name of the hosting desktop. Must not be- null.
- clientType- The Dropbox desktop client type. Must not be- null.
- platform- Information on the hosting platform. Must not be- null.
- isDeleteOnUnlinkSupported- Whether itu2019s possible to delete all of the account files upon unlinking.
- ipAddress- The IP address of the last activity from this session.
- created- The time this session was created.
- updated- The time of the last activity from this session.
- sessionInfo- Desktop session unique id.
- clientVersion- The Dropbox client version.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
DesktopDeviceSessionLogInfopublic DesktopDeviceSessionLogInfo(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported)Information about linked Dropbox desktop client sessionsThe default values for unset fields will be used. - Parameters:
- hostName- Name of the hosting desktop. Must not be- null.
- clientType- The Dropbox desktop client type. Must not be- null.
- platform- Information on the hosting platform. Must not be- null.
- isDeleteOnUnlinkSupported- Whether itu2019s possible to delete all of the account files upon unlinking.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 
- 
 - 
Method Detail- 
getHostNamepublic java.lang.String getHostName() Name of the hosting desktop.- Returns:
- value for this field, never null.
 
 - 
getClientTypepublic DesktopPlatform getClientType() The Dropbox desktop client type.- Returns:
- value for this field, never null.
 
 - 
getPlatformpublic java.lang.String getPlatform() Information on the hosting platform.- Returns:
- value for this field, never null.
 
 - 
getIsDeleteOnUnlinkSupportedpublic boolean getIsDeleteOnUnlinkSupported() Whether itu2019s possible to delete all of the account files upon unlinking.- Returns:
- value for this field.
 
 - 
getIpAddresspublic java.lang.String getIpAddress() The IP address of the last activity from this session.- Overrides:
- getIpAddressin class- DeviceSessionLogInfo
- Returns:
- value for this field, or nullif not present.
 
 - 
getCreatedpublic java.util.Date getCreated() The time this session was created.- Overrides:
- getCreatedin class- DeviceSessionLogInfo
- Returns:
- value for this field, or nullif not present.
 
 - 
getUpdatedpublic java.util.Date getUpdated() The time of the last activity from this session.- Overrides:
- getUpdatedin class- DeviceSessionLogInfo
- Returns:
- value for this field, or nullif not present.
 
 - 
getSessionInfopublic DesktopSessionLogInfo getSessionInfo() Desktop session unique id.- Returns:
- value for this field, or nullif not present.
 
 - 
getClientVersionpublic java.lang.String getClientVersion() The Dropbox client version.- Returns:
- value for this field, or nullif not present.
 
 - 
newBuilderpublic static DesktopDeviceSessionLogInfo.Builder newBuilder(java.lang.String hostName, DesktopPlatform clientType, java.lang.String platform, boolean isDeleteOnUnlinkSupported) Returns a new builder for creating an instance of this class.- Parameters:
- hostName- Name of the hosting desktop. Must not be- null.
- clientType- The Dropbox desktop client type. Must not be- null.
- platform- Information on the hosting platform. Must not be- null.
- isDeleteOnUnlinkSupported- Whether itu2019s possible to delete all of the account files upon unlinking.
- Returns:
- builder for this class.
- Throws:
- java.lang.IllegalArgumentException- If any argument does not meet its preconditions.
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- DeviceSessionLogInfo
 
 - 
equalspublic boolean equals(java.lang.Object obj) - Overrides:
- equalsin class- DeviceSessionLogInfo
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- DeviceSessionLogInfo
 
 - 
toStringMultilinepublic java.lang.String toStringMultiline() Returns a String representation of this object formatted for easier readability.The returned String may contain newlines. - Overrides:
- toStringMultilinein class- DeviceSessionLogInfo
- Returns:
- Formatted, multiline String representation of this object
 
 
- 
 
-