Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getId
Method
getId
src/main/java/scorekeep/Game.java:35–38 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
@DynamoDBHashKey(attributeName=
"id"
)
36
public
String getId() {
37
return
id;
38
}
39
public
void
setId(String id){
40
this.id = id;
41
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected