(String id)
| 34 | return id; |
| 35 | } |
| 36 | public void setId(String id){ |
| 37 | this.id = id; |
| 38 | } |
| 39 | |
| 40 | @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game") |
| 41 | public String getGame() { |
nothing calls this directly
no outgoing calls
no test coverage detected