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

Method setId

src/main/java/scorekeep/State.java:36–38  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

34 return id;
35 }
36 public void setId(String id){
37 this.id = id;
38 }
39
40 @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game")
41 public String getGame() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected