MCPcopy Create free account
hub / github.com/EhsanTang/ApiManager / setUserId

Method setUserId

api/src/main/java/cn/crap/model/Project.java:76–78  ·  view source on GitHub ↗
(String userId)

Source from the content-addressed store, hash-verified

74 return userId;
75 }
76 public void setUserId(String userId) {
77 this.userId = userId;
78 }
79
80 @Column(name="password")
81 public String getPassword() {

Callers 1

v6ToV7Method · 0.95

Calls

no outgoing calls

Tested by 1

v6ToV7Method · 0.76