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

Method getId

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

Source from the content-addressed store, hash-verified

22 }
23
24 @DynamoDBHashKey(attributeName="id")
25 public String getId() {
26 return id;
27 }
28 public Move setId(String id){
29 this.id = id;
30 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected