(String id)
| 26 | return id; |
| 27 | } |
| 28 | public Move setId(String id){ |
| 29 | this.id = id; |
| 30 | return this; |
| 31 | } |
| 32 | |
| 33 | @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game") |
| 34 | public String getGame() { |
nothing calls this directly
no outgoing calls
no test coverage detected