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