Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/aws-samples/eb-java-scorekeep
/ getId
Method
getId
src/main/java/scorekeep/Rules.java:17–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
};
16
17
public
String getId() {
18
return
id;
19
}
20
public
Rules setId(String id){
21
this.id = id;
22
return
this;
Callers
1
RulesFactory
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected