public class PicqConfig
extends java.lang.Object
PicqConfig
stores the configuration for
PicqBotX
in an object oriented way.
Construct an object with the toBuilder() method:
new PicqConfig().toBuilder().build();
( https://www.baeldung.com/lombok-builder-default-value )
Class created by the HyDEV Team on 2019-03-21!
构造器和说明 |
---|
PicqConfig() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
isMultiAccountOptimizations(PicqBotX bot) |
public boolean isMultiAccountOptimizations(PicqBotX bot)
bot
- 机器人对象