Package com.dropbox.core.v2.teamlog
Class WebSessionLogInfo
- java.lang.Object
-
- com.dropbox.core.v2.teamlog.SessionLogInfo
-
- com.dropbox.core.v2.teamlog.WebSessionLogInfo
-
public class WebSessionLogInfo extends SessionLogInfo
Web session.
-
-
Field Summary
-
Fields inherited from class com.dropbox.core.v2.teamlog.SessionLogInfo
sessionId
-
-
Constructor Summary
Constructors Constructor Description WebSessionLogInfo()Web session.WebSessionLogInfo(java.lang.String sessionId)Web session.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetSessionId()Session ID.inthashCode()java.lang.StringtoString()java.lang.StringtoStringMultiline()Returns a String representation of this object formatted for easier readability.
-
-
-
Method Detail
-
getSessionId
public java.lang.String getSessionId()
Session ID.- Overrides:
getSessionIdin classSessionLogInfo- Returns:
- value for this field, or
nullif not present.
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSessionLogInfo
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classSessionLogInfo
-
toString
public java.lang.String toString()
- Overrides:
toStringin classSessionLogInfo
-
toStringMultiline
public java.lang.String toStringMultiline()
Returns a String representation of this object formatted for easier readability.The returned String may contain newlines.
- Overrides:
toStringMultilinein classSessionLogInfo- Returns:
- Formatted, multiline String representation of this object
-
-