Package io.dialob.executor.command.event
Class ImmutableSessionLocaleUpdatedEvent
- java.lang.Object
-
- io.dialob.executor.command.event.ImmutableSessionLocaleUpdatedEvent
-
- All Implemented Interfaces:
Event,SessionLocaleUpdatedEvent,SessionUpdatedEvent,Serializable
@ParametersAreNonnullByDefault @Generated("org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class ImmutableSessionLocaleUpdatedEvent extends Object implements SessionLocaleUpdatedEvent
Immutable implementation ofSessionLocaleUpdatedEvent.Use the builder to create immutable instances:
ImmutableSessionLocaleUpdatedEvent.builder().- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImmutableSessionLocaleUpdatedEvent.BuilderBuilds instances of typeImmutableSessionLocaleUpdatedEvent.
-
Field Summary
-
Fields inherited from interface io.dialob.executor.command.event.SessionLocaleUpdatedEvent
INSTANCE
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ImmutableSessionLocaleUpdatedEvent.Builderbuilder()Creates a builder forImmutableSessionLocaleUpdatedEvent.static ImmutableSessionLocaleUpdatedEventcopyOf(SessionLocaleUpdatedEvent instance)Creates an immutable copy of aSessionLocaleUpdatedEventvalue.booleanequals(Object another)This instance is equal to all instances ofImmutableSessionLocaleUpdatedEventthat have equal attribute values.inthashCode()Returns a constant hash code value.StringtoString()Prints the immutable valueSessionLocaleUpdatedEvent.
-
-
-
Method Detail
-
equals
public boolean equals(@Nullable Object another)This instance is equal to all instances ofImmutableSessionLocaleUpdatedEventthat have equal attribute values.
-
hashCode
public int hashCode()
Returns a constant hash code value.
-
toString
public String toString()
Prints the immutable valueSessionLocaleUpdatedEvent.
-
copyOf
public static ImmutableSessionLocaleUpdatedEvent copyOf(SessionLocaleUpdatedEvent instance)
Creates an immutable copy of aSessionLocaleUpdatedEventvalue. Uses accessors to get values to initialize the new immutable instance. If an instance is already immutable, it is returned as is.- Parameters:
instance- The instance to copy- Returns:
- A copied immutable SessionLocaleUpdatedEvent instance
-
builder
public static ImmutableSessionLocaleUpdatedEvent.Builder builder()
Creates a builder forImmutableSessionLocaleUpdatedEvent.ImmutableSessionLocaleUpdatedEvent.builder() .build();- Returns:
- A new ImmutableSessionLocaleUpdatedEvent builder
-
-