Class Config.Data

java.lang.Object
nl.sbdeveloper.vehiclesplus.config.Config.Data
Enclosing class:
Config

public static class Config.Data extends Object
  • Constructor Details

    • Data

      public Data(String type, int interval, boolean verbose, String database)
    • Data

      public Data(String type, int interval, boolean verbose, String database, String host, int port, String username, String password)
  • 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()