()
| 49 | } |
| 50 | |
| 51 | @DynamoDBAttribute(attributeName="user") |
| 52 | public String getUser() { |
| 53 | return user; |
| 54 | } |
| 55 | public Move setUser(String userId) { |
| 56 | this.user = userId; |
| 57 | return this; |
nothing calls this directly
no outgoing calls
no test coverage detected