Package com.dropbox.core.v2.teamlog
Class LoginFailDetails
java.lang.Object
com.dropbox.core.v2.teamlog.LoginFailDetails
Failed to sign in.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FailureDetailsLogInfoprotected final Booleanprotected final LoginMethod -
Constructor Summary
ConstructorsConstructorDescriptionLoginFailDetails(LoginMethod loginMethod, FailureDetailsLogInfo errorDetails) Failed to sign in.LoginFailDetails(LoginMethod loginMethod, FailureDetailsLogInfo errorDetails, Boolean isEmmManaged) Failed to sign in. -
Method Summary
-
Field Details
-
isEmmManaged
-
loginMethod
-
errorDetails
-
-
Constructor Details
-
LoginFailDetails
public LoginFailDetails(@Nonnull LoginMethod loginMethod, @Nonnull FailureDetailsLogInfo errorDetails, @Nullable Boolean isEmmManaged) Failed to sign in.- Parameters:
loginMethod- Login method. Must not benull.errorDetails- Error details. Must not benull.isEmmManaged- Tells if the login device is EMM managed. Might be missing due to historical data gap.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
LoginFailDetails
public LoginFailDetails(@Nonnull LoginMethod loginMethod, @Nonnull FailureDetailsLogInfo errorDetails) Failed to sign in.The default values for unset fields will be used.
- Parameters:
loginMethod- Login method. Must not benull.errorDetails- Error details. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getLoginMethod
Login method.- Returns:
- value for this field, never
null.
-
getErrorDetails
Error details.- Returns:
- value for this field, never
null.
-
getIsEmmManaged
Tells if the login device is EMM managed. 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
-