MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / getUser

Method getUser

src/main/java/scorekeep/Move.java:51–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @DynamoDBAttribute(attributeName="user")
52 public String getUser() {
53 return user;
54 }
55 public Move setUser(String userId) {
56 this.user = userId;
57 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected