MCPcopy Create free account
hub / github.com/Jarrettluo/all-docs / getUserId

Method getUserId

src/main/java/com/jiaruiblog/entity/data/Event.java:35–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 }
34
35 public int getUserId() {
36 return userId;
37 }
38
39 public Event setUserId(int userId) {
40 this.userId = userId;

Callers 14

insertMethod · 0.80
listMethod · 0.80
listNewMethod · 0.80
removeKeyMethod · 0.80
changeUserRoleMethod · 0.80
insertMethod · 0.80
updateMethod · 0.80
removeMethod · 0.80
queryByIdMethod · 0.80
getExistRelationshipMethod · 0.80
changeUserRoleMethod · 0.80
docReviewInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected