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

Method setId

src/main/java/scorekeep/Game.java:39–41  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

37 return id;
38 }
39 public void setId(String id){
40 this.id = id;
41 }
42
43 @DynamoDBIndexHashKey(globalSecondaryIndexName="session-index",attributeName="session")
44 public String getSession() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected