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

Method setId

src/main/java/scorekeep/Move.java:28–31  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

26 return id;
27 }
28 public Move setId(String id){
29 this.id = id;
30 return this;
31 }
32
33 @DynamoDBIndexHashKey(globalSecondaryIndexName="game-index",attributeName="game")
34 public String getGame() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected