Package com.dropbox.core.v2.teamlog
Class ExternalDriveBackupEligibilityStatusCheckedDetails
java.lang.Object
com.dropbox.core.v2.teamlog.ExternalDriveBackupEligibilityStatusCheckedDetails
Checked external drive backup eligibility status.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final DesktopDeviceSessionLogInfoprotected final longprotected final ExternalDriveBackupEligibilityStatus -
Constructor Summary
ConstructorsConstructorDescriptionExternalDriveBackupEligibilityStatusCheckedDetails(DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, ExternalDriveBackupEligibilityStatus status, long numberOfExternalDriveBackup) Checked external drive backup eligibility status. -
Method Summary
Modifier and TypeMethodDescriptionbooleanDevice's session logged information.longTotal number of valid external drive backup for all the team members.Current eligibility status of external drive backup.inthashCode()toString()Returns a String representation of this object formatted for easier readability.
-
Field Details
-
desktopDeviceSessionInfo
-
status
-
numberOfExternalDriveBackup
protected final long numberOfExternalDriveBackup
-
-
Constructor Details
-
ExternalDriveBackupEligibilityStatusCheckedDetails
public ExternalDriveBackupEligibilityStatusCheckedDetails(@Nonnull DesktopDeviceSessionLogInfo desktopDeviceSessionInfo, @Nonnull ExternalDriveBackupEligibilityStatus status, long numberOfExternalDriveBackup) Checked external drive backup eligibility status.- Parameters:
desktopDeviceSessionInfo- Device's session logged information. Must not benull.status- Current eligibility status of external drive backup. Must not benull.numberOfExternalDriveBackup- Total number of valid external drive backup for all the team members.- 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.
-
getStatus
Current eligibility status of external drive backup.- Returns:
- value for this field, never
null.
-
getNumberOfExternalDriveBackup
public long getNumberOfExternalDriveBackup()Total number of valid external drive backup for all the team members.- Returns:
- value for this field.
-
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
-