-
- All Implemented Interfaces:
-
ai.tock.bot.connector.ConnectorMessage,ai.tock.bot.connector.ConnectorMessageProvider
public final class TweetIncomingEvent extends IncomingEvent
Tweet (Status) IncomingEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTweetIncomingEvent.Companion
-
Constructor Summary
Constructors Constructor Description TweetIncomingEvent(String forUserId, List<Tweet> tweets)
-
Method Summary
Modifier and Type Method Description PlayerIdplayerId(PlayerType playerType)EventtoEvent(String applicationId)final Stringcomponent1()final List<Tweet>component2()final TweetIncomingEventcopy(String forUserId, List<Tweet> tweets)BooleangetIgnored()Map<String, User>getUsers()StringgetForUserId()final List<Tweet>getTweets()ConnectorTypegetConnectorType()-
Methods inherited from class ai.tock.bot.connector.twitter.model.incoming.TweetIncomingEvent
recipientId -
Methods inherited from class ai.tock.bot.connector.ConnectorMessageProvider
equals, hashCode, toString -
Methods inherited from class ai.tock.bot.connector.twitter.model.TwitterConnectorMessage
obfuscate, toConnectorMessage, toGenericMessage -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
playerId
PlayerId playerId(PlayerType playerType)
-
component1
final String component1()
-
component2
final List<Tweet> component2()
-
copy
final TweetIncomingEvent copy(String forUserId, List<Tweet> tweets)
-
getIgnored
Boolean getIgnored()
-
getForUserId
String getForUserId()
-
getConnectorType
ConnectorType getConnectorType()
-
-
-
-