MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / getSession

Method getSession

src/main/java/scorekeep/Game.java:43–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 @DynamoDBIndexHashKey(globalSecondaryIndexName="session-index",attributeName="session")
44 public String getSession() {
45 return session;
46 }
47 public void setSession(String sessionId){
48 this.session = sessionId;
49 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected