-
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 ArtifactVersiontockVersion
-
Constructor Summary
Constructors Constructor Description BotVersion(ArtifactVersion botVersion, ArtifactVersion tockVersion)
-
Method Summary
Modifier and Type Method Description final ArtifactVersioncomponent1()final ArtifactVersioncomponent2()final BotVersioncopy(ArtifactVersion botVersion, ArtifactVersion tockVersion)final ArtifactVersiongetBotVersion()final ArtifactVersiongetTockVersion()-
-
Constructor Detail
-
BotVersion
BotVersion(ArtifactVersion botVersion, ArtifactVersion tockVersion)
-
-
Method Detail
-
component1
final ArtifactVersion component1()
-
component2
final ArtifactVersion component2()
-
copy
final BotVersion copy(ArtifactVersion botVersion, ArtifactVersion tockVersion)
-
getBotVersion
final ArtifactVersion getBotVersion()
-
getTockVersion
final ArtifactVersion getTockVersion()
-
-
-
-