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

Method getName

src/main/java/scorekeep/Rules.java:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 public String getName() {
26 return name;
27 }
28 public Rules setName(String name){
29 this.name = name;
30 return this;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected