Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EhsanTang/ApiManager
/ setName
Method
setName
api/src/main/java/cn/crap/model/Project.java:52–54 ·
view source on GitHub ↗
(String name)
Source
from the content-addressed store, hash-verified
50
return
name;
51
}
52
public
void
setName(String name) {
53
this.name = name;
54
}
55
56
@Column(name=
"type"
)
57
public
int
getType() {
Callers
1
v6ToV7
Method · 0.95
Calls
no outgoing calls
Tested by
1
v6ToV7
Method · 0.76