Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ setVodRemarks
Method
setVodRemarks
app/src/main/java/com/github/catvod/bean/Vod.java:115–117 ·
view source on GitHub ↗
(String vodRemarks)
Source
from the content-addressed store, hash-verified
113
}
114
115
public
void
setVodRemarks(String vodRemarks) {
116
this.vodRemarks = vodRemarks;
117
}
118
119
public
void
setVodYear(String vodYear) {
120
this.vodYear = vodYear;
Callers
5
Vod
Method · 0.95
getVod
Method · 0.95
detailContent
Method · 0.95
create
Method · 0.95
detailContent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected