(String stateId)
| 58 | return state; |
| 59 | } |
| 60 | public void setState(String stateId) { |
| 61 | this.state = stateId; |
| 62 | } |
| 63 | |
| 64 | @DynamoDBAttribute(attributeName="turn") |
| 65 | public Set<String> getTurn() { |
nothing calls this directly
no outgoing calls
no test coverage detected