Package com.dropbox.core.v2.teamlog
Class DeviceLinkFailDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
Failed to link device.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionDeviceLinkFailDetails(DeviceType deviceType) Failed to link device.DeviceLinkFailDetails(DeviceType deviceType, String ipAddress) Failed to link device. -
Method Summary
-
Field Details
-
ipAddress
-
deviceType
-
-
Constructor Details
-
DeviceLinkFailDetails
Failed to link device.- Parameters:
deviceType- A description of the device used while user approval blocked. Must not benull.ipAddress- IP address. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
DeviceLinkFailDetails
Failed to link device.The default values for unset fields will be used.
- Parameters:
deviceType- A description of the device used while user approval blocked. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDeviceType
A description of the device used while user approval blocked.- Returns:
- value for this field, never
null.
-
getIpAddress
IP address. Might be missing due to historical data gap.- 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
-