public class LocationConfiguration implements MessageConfiguration
User location data.
public LocationConfiguration(@Nullable
UserLocation location,
long delay)
User location data.
@NotNull public EventType getEventType()
@NotNull public Action toAction(@NotNull PlayerId playerId, @NotNull java.lang.String applicationId, @NotNull PlayerId recipientId, @NotNull java.util.Locale locale, @NotNull ai.tock.translator.UserInterfaceType userInterfaceType)
@Nullable public UserLocation getLocation()
public long getDelay()
@Nullable public UserLocation component1()
public long component2()
@NotNull public LocationConfiguration copy(@Nullable UserLocation location, long delay)
User location data.
@NotNull public java.lang.String toString()
User location data.
public int hashCode()
User location data.
public boolean equals(@Nullable
java.lang.Object p)
User location data.