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/State.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
@DynamoDBHashKey(attributeName=
"id"
)
33
public
String getId() {
34
return
id;
35
}
36
public
void
setId(String id){
37
this.id = id;
38
}
Callers
1
setGameRules
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected