()
| 109 | } |
| 110 | |
| 111 | @DynamoDBAttribute(attributeName="moves") |
| 112 | public List<String> getMoves() { |
| 113 | return moves; |
| 114 | } |
| 115 | public void setMoves(List<String> moves) { |
| 116 | this.moves = moves; |
| 117 | } |
nothing calls this directly
no outgoing calls
no test coverage detected