ImmutableSessionInfo |
ImmutableSessionInfo.Builder.build() |
|
static ImmutableSessionInfo |
ImmutableSessionInfo.copyOf(SessionInfo instance) |
|
ImmutableSessionInfo |
ImmutableSessionInfo.withBehavior(java.lang.String value) |
Copy the current immutable object by setting a value for the behavior attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withChecks(java.lang.Iterable<java.lang.String> elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withChecks(java.lang.String... elements) |
Copy the current immutable object with elements that replace the content of checks.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withCreateIndex(long value) |
Copy the current immutable object by setting a value for the createIndex attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withLockDelay(java.lang.Long value) |
Copy the current immutable object by setting a value for the lockDelay attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withName(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional name attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withName(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the name attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withNode(java.lang.String value) |
Copy the current immutable object by setting a value for the node attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withTtl(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional ttl attribute.
|
ImmutableSessionInfo |
ImmutableSessionInfo.withTtl(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the ttl attribute.
|