Package com.dropbox.core.v2.teamlog
Class DeviceChangeIpWebDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
Changed IP address associated with active web session.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeviceChangeIpWebDetails(String userAgent) Changed IP address associated with active web session. -
Method Summary
-
Field Details
-
userAgent
-
-
Constructor Details
-
DeviceChangeIpWebDetails
Changed IP address associated with active web session.- Parameters:
userAgent- Web browser name. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getUserAgent
Web browser name.- Returns:
- value for this field, never
null.
-
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
-