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

Method getState

src/main/java/scorekeep/State.java:56–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54 }
55
56 @DynamoDBAttribute(attributeName="state")
57 public String getState() {
58 return state;
59 }
60 public void setState(String stateId) {
61 this.state = stateId;
62 }

Callers 1

newMoveMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected