-
- All Implemented Interfaces:
-
org.occurrent.example.domain.rps.model.GameEvent
public final class GameCreated implements GameEvent
-
-
Field Summary
Fields Modifier and Type Field Description private final GameIdgameprivate final Timestamptimestampprivate final GameCreatorIdcreatedByprivate final BestOfRoundsbestOfRounds
-
Constructor Summary
Constructors Constructor Description GameCreated(GameId game, Timestamp timestamp, GameCreatorId createdBy, BestOfRounds bestOfRounds)
-
Method Summary
Modifier and Type Method Description GameIdgetGame()TimestampgetTimestamp()final GameCreatorIdgetCreatedBy()final BestOfRoundsgetBestOfRounds()-
-
Constructor Detail
-
GameCreated
GameCreated(GameId game, Timestamp timestamp, GameCreatorId createdBy, BestOfRounds bestOfRounds)
-
-
Method Detail
-
getTimestamp
Timestamp getTimestamp()
-
getCreatedBy
final GameCreatorId getCreatedBy()
-
getBestOfRounds
final BestOfRounds getBestOfRounds()
-
-
-
-