()
| 58 | } |
| 59 | |
| 60 | @DynamoDBAttribute(attributeName="move") |
| 61 | public String getMove() { |
| 62 | return move; |
| 63 | } |
| 64 | public Move setMove(String moveId) { |
| 65 | this.move = moveId; |
| 66 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected