public class BotVersion
A bot version number.
| Modifier and Type | Class and Description |
|---|---|
static class |
BotVersion.Companion |
| Modifier and Type | Field and Description |
|---|---|
static BotVersion.Companion |
Companion |
| Constructor and Description |
|---|
BotVersion(ArtifactVersion botVersion,
ArtifactVersion tockVersion)
A bot version number.
|
| Modifier and Type | Method and Description |
|---|---|
ArtifactVersion |
component1() |
ArtifactVersion |
component2() |
BotVersion |
copy(ArtifactVersion botVersion,
ArtifactVersion tockVersion)
A bot version number.
|
boolean |
equals(java.lang.Object p) |
ArtifactVersion |
getBotVersion() |
ArtifactVersion |
getTockVersion() |
int |
hashCode() |
java.lang.String |
toString() |
public static BotVersion.Companion Companion
public BotVersion(@NotNull
ArtifactVersion botVersion,
@NotNull
ArtifactVersion tockVersion)
A bot version number.
@NotNull public ArtifactVersion getBotVersion()
@NotNull public ArtifactVersion getTockVersion()
@NotNull public ArtifactVersion component1()
@NotNull public ArtifactVersion component2()
@NotNull public BotVersion copy(@NotNull ArtifactVersion botVersion, @NotNull ArtifactVersion tockVersion)
A bot version number.
@NotNull public java.lang.String toString()
public int hashCode()
public boolean equals(@Nullable
java.lang.Object p)