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

Method getId

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

Source from the content-addressed store, hash-verified

25 }
26
27 @DynamoDBHashKey(attributeName="id")
28 public String getId() {
29 return id;
30 }
31 public void setId(String id) {
32 this.id = id;
33 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected