-
- All Implemented Interfaces:
-
ai.tock.bot.admin.message.MessageConfiguration
public final class LocationConfiguration implements MessageConfiguration
User location data.
-
-
Constructor Summary
Constructors Constructor Description LocationConfiguration(UserLocation location, Long delay)
-
Method Summary
Modifier and Type Method Description ActiontoAction(PlayerId playerId, String applicationId, PlayerId recipientId, Locale locale, UserInterfaceType userInterfaceType)final UserLocationcomponent1()final Longcomponent2()final LocationConfigurationcopy(UserLocation location, Long delay)EventTypegetEventType()final UserLocationgetLocation()LonggetDelay()-
Methods inherited from class ai.tock.bot.admin.message.LocationConfiguration
toAction -
Methods inherited from class ai.tock.bot.admin.message.MessageConfiguration
equals, hashCode, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
LocationConfiguration
LocationConfiguration(UserLocation location, Long delay)
-
-
Method Detail
-
toAction
Action toAction(PlayerId playerId, String applicationId, PlayerId recipientId, Locale locale, UserInterfaceType userInterfaceType)
-
component1
final UserLocation component1()
-
component2
final Long component2()
-
copy
final LocationConfiguration copy(UserLocation location, Long delay)
-
getEventType
EventType getEventType()
-
getLocation
final UserLocation getLocation()
-
-
-
-