Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Jarrettluo/all-docs
/ setUserId
Method
setUserId
src/main/java/com/jiaruiblog/entity/data/Event.java:39–42 ·
view source on GitHub ↗
(int userId)
Source
from the content-addressed store, hash-verified
37
}
38
39
public
Event setUserId(
int
userId) {
40
this.userId = userId;
41
return
this;
42
}
43
44
public
int
getEntityType() {
45
return
entityType;
Callers
8
setRelationshipValue
Method · 0.80
getComment
Method · 0.80
addLog
Method · 0.80
saveToDb
Method · 0.80
docReviewInstance
Method · 0.80
execute
Method · 0.80
getLikedDataFromRedis
Method · 0.80
userLikeDetailSwitch
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected