Package ai.tock.bot.admin.dialog
Class ActionReport
-
- All Implemented Interfaces:
public final class ActionReport
-
-
Field Summary
Fields Modifier and Type Field Description private final PlayerIdplayerIdprivate final PlayerIdrecipientIdprivate final Instantdateprivate final Messagemessageprivate final ConnectorTypeconnectorTypeprivate final UserInterfaceTypeuserInterfaceTypeprivate final Booleantestprivate final Id<Action>id
-
Constructor Summary
Constructors Constructor Description ActionReport(PlayerId playerId, PlayerId recipientId, Instant date, Message message, ConnectorType connectorType, UserInterfaceType userInterfaceType, Boolean test, Id<Action> id)
-
Method Summary
Modifier and Type Method Description final PlayerIdgetPlayerId()final PlayerIdgetRecipientId()final InstantgetDate()final MessagegetMessage()final ConnectorTypegetConnectorType()final UserInterfaceTypegetUserInterfaceType()final BooleangetTest()final Id<Action>getId()-
-
Method Detail
-
getPlayerId
final PlayerId getPlayerId()
-
getRecipientId
final PlayerId getRecipientId()
-
getMessage
final Message getMessage()
-
getConnectorType
final ConnectorType getConnectorType()
-
getUserInterfaceType
final UserInterfaceType getUserInterfaceType()
-
-
-
-