Package com.dropbox.core.v2.teamlog
Class ExternalDriveBackupStatusChangedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ExternalDriveBackupStatusChangedDetails
Modified external drive backup.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DesktopDeviceSessionLogInfoprotected final ExternalDriveBackupStatusprotected final ExternalDriveBackupStatus -
Constructor Summary
ConstructorsConstructorDescriptionExternalDriveBackupStatusChangedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupStatus previousValue, ExternalDriveBackupStatus newValue) Modified external drive backup. -
Method Summary
-
Field Details
-
desktopDeviceSessionInfo
-
previousValue
-
newValue
-
-
Constructor Details
-
ExternalDriveBackupStatusChangedDetails
public ExternalDriveBackupStatusChangedDetails(@Nonnull DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, @Nonnull ExternalDriveBackupStatus previousValue, @Nonnull ExternalDriveBackupStatus newValue) Modified external drive backup.- Parameters:
desktopDeviceSessionInfo- Device's session logged information. Must not benull.previousValue- Previous status of this external drive backup. Must not benull.newValue- Next status of this external drive backup. 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 this external drive backup.- Returns:
- value for this field, never
null.
-
getNewValue
Next status of this external drive backup.- 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
-