- Enclosing class:
Config
public static class Config.Data
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Data
public Data(String type,
int interval,
boolean verbose,
String database)
-
-
Method Details
-
getType
@Nullable
public String getType()
-
getInterval
@Nullable
public int getInterval()
-
isVerbose
@Nullable
public boolean isVerbose()
-
getDatabase
@Nullable
public String getDatabase()
-
getHost
@Nullable
public String getHost()
-
getPort
@Nullable
public int getPort()
-
getUsername
@Nullable
public String getUsername()
-
getPassword
@Nullable
public String getPassword()