ImmutableEvent |
ImmutableEvent.Builder.build() |
|
static ImmutableEvent |
ImmutableEvent.copyOf(Event instance) |
Creates an immutable copy of a Event value.
|
ImmutableEvent |
ImmutableEvent.withId(java.lang.String value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableEvent |
ImmutableEvent.withLTime(java.lang.Long value) |
Copy the current immutable object by setting a value for the lTime attribute.
|
ImmutableEvent |
ImmutableEvent.withName(java.lang.String value) |
Copy the current immutable object by setting a value for the name attribute.
|
ImmutableEvent |
ImmutableEvent.withNodeFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional nodeFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withNodeFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the nodeFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withPayload(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional payload attribute.
|
ImmutableEvent |
ImmutableEvent.withPayload(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the payload attribute.
|
ImmutableEvent |
ImmutableEvent.withServiceFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional serviceFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withServiceFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the serviceFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withTagFilter(java.lang.String value) |
Copy the current immutable object by setting a present value for the optional tagFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withTagFilter(java.util.Optional<java.lang.String> optional) |
Copy the current immutable object by setting an optional value for the tagFilter attribute.
|
ImmutableEvent |
ImmutableEvent.withVersion(int value) |
Copy the current immutable object by setting a value for the version attribute.
|