(String name)
| 45 | return name; |
| 46 | } |
| 47 | public void setName(String name) { |
| 48 | this.name = name; |
| 49 | } |
| 50 | |
| 51 | @DynamoDBAttribute(attributeName="users") |
| 52 | public Set<String> getUsers() { |
nothing calls this directly
no outgoing calls
no test coverage detected