-
-
Field Summary
Fields Modifier and Type Field Description private final GameIdgameprivate final Timestamptimestampprivate final RoundNumberroundNumberprivate final PlayerIdwinner
-
Constructor Summary
Constructors Constructor Description RoundWon(GameId game, Timestamp timestamp, RoundNumber roundNumber, PlayerId winner)
-
Method Summary
Modifier and Type Method Description GameIdgetGame()TimestampgetTimestamp()final RoundNumbergetRoundNumber()final PlayerIdgetWinner()-
-
Constructor Detail
-
RoundWon
RoundWon(GameId game, Timestamp timestamp, RoundNumber roundNumber, PlayerId winner)
-
-
Method Detail
-
getTimestamp
Timestamp getTimestamp()
-
getRoundNumber
final RoundNumber getRoundNumber()
-
-
-
-