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