public final class EventLogBuild extends java.lang.Object implements java.lang.Comparable<EventLogBuild>
| Modifier and Type | Field and Description |
|---|---|
static @NotNull EventLogBuildParser<EventLogBuild> |
EVENT_LOG_BUILD_PRODUCER |
static int |
SNAPSHOT_VALUE |
| Constructor and Description |
|---|
EventLogBuild(int... components) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(@NotNull EventLogBuild o) |
boolean |
equals(java.lang.Object o) |
static @Nullable EventLogBuild |
fromString(@Nullable java.lang.String version) |
int[] |
getComponents() |
int |
hashCode() |
public static final int SNAPSHOT_VALUE
@NotNull public static final @NotNull EventLogBuildParser<EventLogBuild> EVENT_LOG_BUILD_PRODUCER
public int[] getComponents()
@Nullable public static @Nullable EventLogBuild fromString(@Nullable @Nullable java.lang.String version)
public int compareTo(@NotNull
@NotNull EventLogBuild o)
compareTo in interface java.lang.Comparable<EventLogBuild>public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object