(String gameId)
| 42 | return game; |
| 43 | } |
| 44 | public void setGame(String gameId){ |
| 45 | this.game = gameId; |
| 46 | } |
| 47 | |
| 48 | @DynamoDBAttribute(attributeName="session") |
| 49 | public String getSession() { |
nothing calls this directly
no outgoing calls
no test coverage detected