Package com.dropbox.core.v2.teamlog
Class WebSessionsChangeActiveSessionLimitDetails
java.lang.Object
com.dropbox.core.v2.teamlog.WebSessionsChangeActiveSessionLimitDetails
Changed limit on active sessions per member.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionWebSessionsChangeActiveSessionLimitDetails(String previousValue, String newValue) Changed limit on active sessions per member. -
Method Summary
-
Field Details
-
previousValue
-
newValue
-
-
Constructor Details
-
WebSessionsChangeActiveSessionLimitDetails
public WebSessionsChangeActiveSessionLimitDetails(@Nonnull String previousValue, @Nonnull String newValue) Changed limit on active sessions per member.- Parameters:
previousValue- Previous max number of concurrent active sessions policy. Must not benull.newValue- New max number of concurrent active sessions policy. Must not benull.- Throws:
IllegalArgumentException- If any argument does not meet its preconditions.
-
-
Method Details
-
getPreviousValue
Previous max number of concurrent active sessions policy.- Returns:
- value for this field, never
null.
-
getNewValue
New max number of concurrent active sessions policy.- 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
-