Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ setName
Method
setName
src/main/java/scorekeep/Rules.java:28–31 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
26
return
name;
27
}
28
public
Rules setName(String name){
29
this.name = name;
30
return
this;
31
}
32
33
public
String[] getCategories() {
34
return
categories;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected