public class WebSessionsChangeFixedLengthPolicyDetails
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
WebSessionsChangeFixedLengthPolicyDetails.Builder
Builder for
WebSessionsChangeFixedLengthPolicyDetails . |
Modifier and Type | Field and Description |
---|---|
protected WebSessionsFixedLengthPolicy |
newValue |
protected WebSessionsFixedLengthPolicy |
previousValue |
Constructor and Description |
---|
WebSessionsChangeFixedLengthPolicyDetails()
Changed how long members can stay signed in to Dropbox.com.
|
WebSessionsChangeFixedLengthPolicyDetails(WebSessionsFixedLengthPolicy newValue,
WebSessionsFixedLengthPolicy previousValue)
Changed how long members can stay signed in to Dropbox.com.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
WebSessionsFixedLengthPolicy |
getNewValue()
New session length policy.
|
WebSessionsFixedLengthPolicy |
getPreviousValue()
Previous session length policy.
|
int |
hashCode() |
static WebSessionsChangeFixedLengthPolicyDetails.Builder |
newBuilder()
Returns a new builder for creating an instance of this class.
|
java.lang.String |
toString() |
java.lang.String |
toStringMultiline()
Returns a String representation of this object formatted for easier
readability.
|
protected final WebSessionsFixedLengthPolicy newValue
protected final WebSessionsFixedLengthPolicy previousValue
public WebSessionsChangeFixedLengthPolicyDetails(WebSessionsFixedLengthPolicy newValue, WebSessionsFixedLengthPolicy previousValue)
Use newBuilder
to create instances of this class without
specifying values for all optional fields.
newValue
- New session length policy. Might be missing due to
historical data gap.previousValue
- Previous session length policy. Might be missing
due to historical data gap.public WebSessionsChangeFixedLengthPolicyDetails()
The default values for unset fields will be used.
public WebSessionsFixedLengthPolicy getNewValue()
null
if not present.public WebSessionsFixedLengthPolicy getPreviousValue()
null
if not present.public static WebSessionsChangeFixedLengthPolicyDetails.Builder newBuilder()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringMultiline()
The returned String may contain newlines.