-
- 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 MaxNumberOfRoundsmaxNumberOfRounds
-
Constructor Summary
Constructors Constructor Description GameCreated(GameId game, Timestamp timestamp, GameCreatorId createdBy, MaxNumberOfRounds maxNumberOfRounds)
-
Method Summary
Modifier and Type Method Description GameIdgetGame()TimestampgetTimestamp()final GameCreatorIdgetCreatedBy()final MaxNumberOfRoundsgetMaxNumberOfRounds()-
-
Constructor Detail
-
GameCreated
GameCreated(GameId game, Timestamp timestamp, GameCreatorId createdBy, MaxNumberOfRounds maxNumberOfRounds)
-
-
Method Detail
-
getTimestamp
Timestamp getTimestamp()
-
getCreatedBy
final GameCreatorId getCreatedBy()
-
getMaxNumberOfRounds
final MaxNumberOfRounds getMaxNumberOfRounds()
-
-
-
-