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

Method getGame

src/main/java/scorekeep/Move.java:33–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 }
32
33 @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game")
34 public String getGame() {
35 return game;
36 }
37 public Move setGame(String gameId){
38 this.game = gameId;
39 return this;

Callers 3

saveMoveMethod · 0.45
newMoveMethod · 0.45
saveStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected