Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hazelcast/hazelcast
/ getId
Method
getId
extensions/mapstore/src/test/java/org/example/Person.java:37–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
35
}
36
37
public
Integer getId() {
38
return
id;
39
}
40
41
public
void
setId(Integer id) {
42
this.id = id;
Callers
4
testLoadAllKeys
Method · 0.95
testGet
Method · 0.95
testRemoveWhenExistsInTableOnly
Method · 0.95
testInstanceShutdown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected