-
- All Implemented Interfaces:
public final class BotAdminConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanbotApiSupportprivate final BooleancompilerAvailableprivate final BooleanxrayAvailableprivate final StringbotApiBaseUrl
-
Constructor Summary
Constructors Constructor Description BotAdminConfiguration(Boolean botApiSupport, Boolean compilerAvailable, Boolean xrayAvailable, String botApiBaseUrl)
-
Method Summary
Modifier and Type Method Description final BooleangetBotApiSupport()final BooleangetCompilerAvailable()final BooleangetXrayAvailable()final StringgetBotApiBaseUrl()-
-
Method Detail
-
getBotApiSupport
final Boolean getBotApiSupport()
-
getCompilerAvailable
final Boolean getCompilerAvailable()
-
getXrayAvailable
final Boolean getXrayAvailable()
-
getBotApiBaseUrl
final String getBotApiBaseUrl()
-
-
-
-