Package ai.tock.bot.admin.bot
Class BotVersion
-
- All Implemented Interfaces:
public final class BotVersionA bot version number.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classBotVersion.Companion
-
Field Summary
Fields Modifier and Type Field Description private final ArtifactVersionbotVersionprivate final ArtifactVersiontockVersionpublic final static BotVersion.CompanionCompanion
-
Constructor Summary
Constructors Constructor Description BotVersion(ArtifactVersion botVersion, ArtifactVersion tockVersion)
-
Method Summary
Modifier and Type Method Description final ArtifactVersiongetBotVersion()final ArtifactVersiongetTockVersion()-
-
Constructor Detail
-
BotVersion
BotVersion(ArtifactVersion botVersion, ArtifactVersion tockVersion)
-
-
Method Detail
-
getBotVersion
final ArtifactVersion getBotVersion()
-
getTockVersion
final ArtifactVersion getTockVersion()
-
-
-
-