MCPcopy Create free account
hub / github.com/OreosLab/bili / TaskConfig

Class TaskConfig

src/main/java/top/misec/config/TaskConfig.java:11–32  ·  view source on GitHub ↗

task config. @author JunzhouLiu

Source from the content-addressed store, hash-verified

9 * @author JunzhouLiu
10 */
11@Data
12@Accessors(chain = true)
13public class TaskConfig {
14 public Boolean skipDailyTask;
15 public Boolean monthEndAutoCharge;
16 public Boolean giveGift;
17 public Boolean matchGame;
18 public Boolean showHandModel;
19 public Boolean silver2Coin;
20 public Integer predictNumberOfCoins;
21 public Integer minimumNumberOfCoins;
22 public Integer numberOfCoins;
23 public Integer selectLike;
24 public String upLive;
25 public String devicePlatform;
26 public Integer coinAddPriority;
27 public String userAgent;
28 public String chargeForLove;
29 public Integer chargeDay;
30 public Integer reserveCoins;
31 public Integer taskIntervalTime;
32}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…