Class LocalifyProperties.Bot

java.lang.Object
org.localify.common.config.properties.LocalifyProperties.Bot
Enclosing class:
LocalifyProperties

public static class LocalifyProperties.Bot extends Object
Properties for the bot.
  • Constructor Details

    • Bot

      public Bot()
  • Method Details

    • getToken

      public String getToken()
    • setToken

      public void setToken(String token)
    • getEndpoint

      public String getEndpoint()
    • setEndpoint

      public void setEndpoint(String endpoint)
    • getTimeout

      public Duration getTimeout()
    • setTimeout

      public void setTimeout(Duration timeout)
    • isEnabled

      public boolean isEnabled()
    • setEnabled

      public void setEnabled(boolean enabled)