(String id)
| 37 | return id; |
| 38 | } |
| 39 | public void setId(String id){ |
| 40 | this.id = id; |
| 41 | } |
| 42 | |
| 43 | @DynamoDBIndexHashKey(globalSecondaryIndexName="session-index",attributeName="session") |
| 44 | public String getSession() { |
nothing calls this directly
no outgoing calls
no test coverage detected