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

Method setId

src/main/java/scorekeep/Rules.java:20–23  ·  view source on GitHub ↗
(String id)

Source from the content-addressed store, hash-verified

18 return id;
19 }
20 public Rules setId(String id){
21 this.id = id;
22 return this;
23 }
24
25 public String getName() {
26 return name;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected