| Package | Description |
|---|---|
| com.orbitz.consul.model.session |
| Modifier and Type | Method and Description |
|---|---|
ImmutableSessionInfo |
ImmutableSessionInfo.Builder.build()
Builds a new
ImmutableSessionInfo. |
static ImmutableSessionInfo |
ImmutableSessionInfo.copyOf(SessionInfo instance)
Creates an immutable copy of a
SessionInfo value. |
ImmutableSessionInfo |
ImmutableSessionInfo.withBehavior(String value)
Copy the current immutable object by setting a value for the
behavior attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withChecks(Iterable<String> elements)
Copy the current immutable object with elements that replace the content of
checks. |
ImmutableSessionInfo |
ImmutableSessionInfo.withChecks(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(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withLockDelay(Long value)
Copy the current immutable object by setting a value for the
lockDelay attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withName(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
name attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withName(String value)
Copy the current immutable object by setting a present value for the optional
name attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withNode(String value)
Copy the current immutable object by setting a value for the
node attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withTtl(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
ttl attribute. |
ImmutableSessionInfo |
ImmutableSessionInfo.withTtl(String value)
Copy the current immutable object by setting a present value for the optional
ttl attribute. |
Copyright © 2018. All rights reserved.