-
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 PlayerIdcomponent1()final PlayerIdcomponent2()final Instantcomponent3()final Messagecomponent4()final ConnectorTypecomponent5()final UserInterfaceTypecomponent6()final Booleancomponent7()final Id<Action>component8()final ActionReportcopy(PlayerId playerId, PlayerId recipientId, Instant date, Message message, ConnectorType connectorType, UserInterfaceType userInterfaceType, Boolean test, Id<Action> id)final PlayerIdgetPlayerId()final PlayerIdgetRecipientId()final InstantgetDate()final MessagegetMessage()final ConnectorTypegetConnectorType()final UserInterfaceTypegetUserInterfaceType()final BooleangetTest()final Id<Action>getId()-
-
Method Detail
-
component1
final PlayerId component1()
-
component2
final PlayerId component2()
-
component3
final Instant component3()
-
component4
final Message component4()
-
component5
final ConnectorType component5()
-
component6
final UserInterfaceType component6()
-
component7
final Boolean component7()
-
component8
final Id<Action> component8()
-
copy
final ActionReport copy(PlayerId playerId, PlayerId recipientId, Instant date, Message message, ConnectorType connectorType, UserInterfaceType userInterfaceType, Boolean test, Id<Action> id)
-
getPlayerId
final PlayerId getPlayerId()
-
getRecipientId
final PlayerId getRecipientId()
-
getMessage
final Message getMessage()
-
getConnectorType
final ConnectorType getConnectorType()
-
getUserInterfaceType
final UserInterfaceType getUserInterfaceType()
-
-
-
-