HelperConfig. @author JunzhouLiu
| 9 | * @author JunzhouLiu |
| 10 | */ |
| 11 | @Data |
| 12 | public class HelperConfig { |
| 13 | private TaskConfig taskConfig; |
| 14 | private PushConfig pushConfig; |
| 15 | private BiliVerify biliVerify; |
| 16 | |
| 17 | @Override |
| 18 | public String toString() { |
| 19 | return "HelperConfig{" + |
| 20 | "taskConfig=" + taskConfig |
| 21 | + ", pushConfig=" + "敏感配置不输出" |
| 22 | + ", biliVerify=" + "敏感配置不输出" |
| 23 | + '}'; |
| 24 | } |
| 25 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…