Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getId
Method
getId
src/main/java/scorekeep/User.java:20–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
}
19
20
@DynamoDBHashKey(attributeName=
"id"
)
21
public
String getId() {
22
return
id;
23
}
24
public
void
setId(String id) {
25
this.id = id;
26
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected