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

Method getMove

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

Source from the content-addressed store, hash-verified

58 }
59
60 @DynamoDBAttribute(attributeName="move")
61 public String getMove() {
62 return move;
63 }
64 public Move setMove(String moveId) {
65 this.move = moveId;
66 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected