Package com.dropbox.core.v2.teamlog
Class DeviceSyncBackupStatusChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.DeviceSyncBackupStatusChangedDetails
Enabled/disabled backup for computer.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DesktopDeviceSessionLogInfoprotected final BackupStatusprotected final BackupStatus -
Constructor Summary
ConstructorsConstructorDescriptionDeviceSyncBackupStatusChangedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, BackupStatus previousValue, BackupStatus newValue) Enabled/disabled backup for computer. -
Method Summary
-
Field Details
-
desktopDeviceSessionInfo
-
previousValue
-
newValue
-
-
Constructor Details
-
DeviceSyncBackupStatusChangedDetails
public DeviceSyncBackupStatusChangedDetails(@Nonnull DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, @Nonnull BackupStatus previousValue, @Nonnull BackupStatus newValue) Enabled/disabled backup for computer.- Parameters:
desktopDeviceSessionInfo- Device's session logged information. Must not benull.previousValue- Previous status of computer backup on the device. Must not benull.newValue- Next status of computer backup on the device. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getDesktopDeviceSessionInfo
Device's session logged information.- Returns:
- value for this field, never
null.
-
getPreviousValue
Previous status of computer backup on the device.- Returns:
- value for this field, never
null.
-
getNewValue
Next status of computer backup on the device.- 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
-