Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jarrettluo/all-docs
/ setEntityId
Method
setEntityId
src/main/java/com/jiaruiblog/entity/data/Event.java:57–60 ·
view source on GitHub ↗
(int entityId)
Source
from the content-addressed store, hash-verified
55
}
56
57
public
Event setEntityId(
int
entityId) {
58
this.entityId = entityId;
59
return
this;
60
}
61
62
public
int
getEntityUserId() {
63
return
entityUserId;
Callers
1
getLikedDataFromRedis
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected