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

Method getSession

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

Source from the content-addressed store, hash-verified

46 }
47
48 @DynamoDBAttribute(attributeName="session")
49 public String getSession() {
50 return session;
51 }
52 public void setSession(String sessionId) {
53 this.session = sessionId;
54 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected