task config. @author JunzhouLiu
| 9 | * @author JunzhouLiu |
| 10 | */ |
| 11 | @Data |
| 12 | @Accessors(chain = true) |
| 13 | public 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…