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

Method setState

src/main/java/scorekeep/State.java:60–62  ·  view source on GitHub ↗
(String stateId)

Source from the content-addressed store, hash-verified

58 return state;
59 }
60 public void setState(String stateId) {
61 this.state = stateId;
62 }
63
64 @DynamoDBAttribute(attributeName="turn")
65 public Set<String> getTurn() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected