| Package | Description |
|---|---|
| com.orbitz.consul.model.event |
| Modifier and Type | Method and Description |
|---|---|
ImmutableEvent |
ImmutableEvent.Builder.build()
Builds a new
ImmutableEvent. |
static ImmutableEvent |
ImmutableEvent.copyOf(Event instance)
Creates an immutable copy of a
Event value. |
ImmutableEvent |
ImmutableEvent.withId(String value)
Copy the current immutable object by setting a value for the
id attribute. |
ImmutableEvent |
ImmutableEvent.withLTime(Long value)
Copy the current immutable object by setting a value for the
lTime attribute. |
ImmutableEvent |
ImmutableEvent.withName(String value)
Copy the current immutable object by setting a value for the
name attribute. |
ImmutableEvent |
ImmutableEvent.withNodeFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
nodeFilter attribute. |
ImmutableEvent |
ImmutableEvent.withNodeFilter(String value)
Copy the current immutable object by setting a present value for the optional
nodeFilter attribute. |
ImmutableEvent |
ImmutableEvent.withPayload(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
payload attribute. |
ImmutableEvent |
ImmutableEvent.withPayload(String value)
Copy the current immutable object by setting a present value for the optional
payload attribute. |
ImmutableEvent |
ImmutableEvent.withServiceFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
serviceFilter attribute. |
ImmutableEvent |
ImmutableEvent.withServiceFilter(String value)
Copy the current immutable object by setting a present value for the optional
serviceFilter attribute. |
ImmutableEvent |
ImmutableEvent.withTagFilter(Optional<String> optional)
Copy the current immutable object by setting an optional value for the
tagFilter attribute. |
ImmutableEvent |
ImmutableEvent.withTagFilter(String value)
Copy the current immutable object by setting a present value for the optional
tagFilter attribute. |
ImmutableEvent |
ImmutableEvent.withVersion(int value)
Copy the current immutable object by setting a value for the
version attribute. |
Copyright © 2018. All rights reserved.