MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / filters

Method filters

app/src/main/java/com/github/catvod/bean/Result.java:124–127  ·  view source on GitHub ↗
(LinkedHashMap<String, List<Filter>> filters)

Source from the content-addressed store, hash-verified

122 }
123
124 public Result filters(LinkedHashMap<String, List<Filter>> filters) {
125 this.filters = filters;
126 return this;
127 }
128
129 public Result filters(JSONObject object) {
130 if (object == null) return this;

Callers 1

stringMethod · 0.80

Calls 2

toStringMethod · 0.80
getTypeMethod · 0.45

Tested by

no test coverage detected