Package com.dropbox.core.v2.teamlog
Class SessionLogInfo
java.lang.Object
com.dropbox.core.v2.teamlog.SessionLogInfo
- Direct Known Subclasses:
DesktopSessionLogInfo,MobileSessionLogInfo,WebSessionLogInfo
Session's logged information.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSession's logged information.SessionLogInfo(String sessionId) Session's logged information. -
Method Summary
-
Field Details
-
sessionId
-
-
Constructor Details
-
SessionLogInfo
Session's logged information.- Parameters:
sessionId- Session ID.
-
SessionLogInfo
public SessionLogInfo()Session's logged information.The default values for unset fields will be used.
-
-
Method Details
-
getSessionId
Session ID.- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode() -
equals
-
toString
-
toStringMultiline
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Returns:
- Formatted, multiline String representation of this object
-