MCPcopy 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

setRelationshipValueMethod · 0.80
getCommentMethod · 0.80
addLogMethod · 0.80
saveToDbMethod · 0.80
docReviewInstanceMethod · 0.80
executeMethod · 0.80
getLikedDataFromRedisMethod · 0.80
userLikeDetailSwitchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected