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